What is the best Django syncdb crash debugging technique ?
Posted
by user367752
on Stack Overflow
See other posts from Stack Overflow
or by user367752
Published on 2010-06-15T22:38:02Z
Indexed on
2010/06/15
22:42 UTC
Read the original article
Hit count: 293
What is the best Django syncdb crash debugging technique ?
I've previously asked a question about a problem with manage.py syncdb returning an exception and the answer was that the app has a wrong import.
http://stackoverflow.com/questions/2734721/django-manage-py-syncdb-not-working
I'd like to know the technique used to find the place where there is a wrong import.
I tried ./manage.py syncdb --verbosity=2 but I didn't get any more information that way.
© Stack Overflow or respective owner