Re: SyncDB w/ MySQL - Has anyone seen an error like this?
To try and find more information, I erased the Django-created tables and re-ran syncdb again. This time, I turned verbosity on to 3 and piped all of my stdout to a text file. I actually did this first. However, here's the contents of the first one which includes everything up to the point of failure.
Creating tables ...
Processing auth.Permission model
Creating table auth_permission
Processing auth.Group_permissions model
Creating table auth_group_permissions
Processing auth.Group model
Creating table auth_group
Processing contenttypes.ContentType model
Creating table django_content_type
Processing sessions.Session model
Creating table django_session
Processing sites.Site model
Creating table django_site
Processing admin.LogEntry model
Creating table django_admin_log
Note that I do have a custom UserModel, UserManager, and related Admin stuff based off of the docs. Could this be related to the problem? I removed a "db_index=True" option I had set on the User's email address.
-- You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home