I have an existing django project. I cloned it from repository. Then I ran python manage.py syncdb
to initialize the MySQL database, but got:
...
File "/Library/Python/2.7/site-packages /MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
django.db.utils.ProgrammingError: (1146, "Table 'appfinder.auth_user' doesn't exist")