Do you have any processes open that are holding locks on the DB? Maybe a 'manage.py shell'?
-A On Sat, May 25, 2013 at 6:11 PM, Joshua Kehn <[email protected]> wrote: > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

