Syncdb hangs/stalls
Everything was working up until a few hours ago. Then I tried setting up South because I have a less than simple migration to do. Now I've tried this with and without South in installed apps, but either way this is what I get:
(venv)Joshs-MacBook-Air:webapp josh$ python manage.py syncdb --verbosity 3
Creating tables ...
Processing project.NewCampaign_influencers model
Creating table project_newcampaign_influencers
^C # This doesn't kill it
Reading the last thread I found with this question I switched my backend to SQLite3, same results. Any ideas about what to try for fixing this?
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