Top "Django-syncdb" questions

`django-admin.

Django superuser fixture error - no such table: auth_user

I want to define a fixed username and password for superuser creation in Django's syncdb (after it has been executed). …

python django django-authentication django-syncdb django-fixtures
Can't get python.manage.py syncdb to work

I just created my first django app, initialized variables DATABASE_ENGINE and DATABASE_NAME in settings.py, but now when …

python django django-syncdb manage.py
how to restore dropped table with django-south?

I wanted to clear out a table in my DB, so I dropped the table. Normally I would do manage.…

python database django django-south django-syncdb