Search code examples
How to load initial_data (fixture) after migration and not after syncdb?...

pythondjangomigrationfixturesdjango-syncdb

Read More
Django syncdb trying to insert duplicate rows when multiple databases are specified...

pythonmysqldjangodjango-syncdbdjango-orm

Read More
How *not* to run Django code on syncdb...

djangodjango-signalsdjango-syncdb

Read More
Heroku Django: Running a Worker...

databasedjangoherokudjango-celerydjango-syncdb

Read More
Heroku: django syncdb doesn't seem to do anything....

djangoherokudjango-syncdb

Read More
is running django syncdb in production, post initial deployment safe?...

djangodjango-syncdb

Read More
Django - YAML App Fixtures Order Conflicting...

djangoforeign-keysyamldjango-syncdb

Read More
Right way to create custom pgsql types in django...

databasedjangopostgresqldjango-syncdbdjango-evolution

Read More
Django not creating tables for an installed app...

djangodjango-syncdb

Read More
Problems while installing an application / no module named photologue...

pythondjangodjango-syncdbphotologue

Read More
Proper way to update model in Django...

djangodjango-modelsdjango-syncdb

Read More
django manage.py syncdb fails after creating superuser...

pythondjangodjango-syncdbsyncdbmanage.py

Read More
Is there any way to get syncdb to pull in models that aren't in models.py?...

djangodjango-syncdb

Read More
Sequence of model creation in Django...

databasedjangodjango-syncdb

Read More
Django's syncdb is inserting duplicated entries in auth_permission table...

djangodjango-syncdbdjango-fixtures

Read More
syncdb not adding fixtures in 3rd party project...

djangodjango-syncdbdjango-fixtures

Read More
Adding ManyToMany field on the fly in django...

djangodjango-modelsdjango-syncdbdjango-orm

Read More
How to do a syncdb with django, when migrations are also involved...

djangodjango-modelsdjango-southdjango-syncdb

Read More
Django - Why doesn't syncdb respect the database router?...

djangodjango-modelsdjango-syncdb

Read More
Django syncdb ignore a specific model...

djangodjango-syncdb

Read More
Is there a way to update the database with the changes in my models?...

djangodjango-modelsdjango-databasedjango-syncdb

Read More
Problem running syncdb in django...

mysqldjangodjango-syncdb

Read More
syncdb ignores imported models...

pythondjango-modelsdjango-syncdb

Read More
Django: application skipped in syncdb...

djangodjango-syncdbdjango-settings

Read More
Can't get python.manage.py syncdb to work...

pythondjangodjango-syncdbmanage.py

Read More
Django: app_label problem when declaring base models outside models.py...

djangoinheritancedjango-syncdb

Read More
Django - Running custom method on syndb command...

djangodjango-syncdb

Read More
manage.py syncbd not syncing django.contrib apps...

djangodjango-syncdbdjango-contrib

Read More
Django syncdb on SQL initial data using PostgreSQL yields "column ... does not exist"...

sqldjangodjango-syncdb

Read More
manage.py syncdb doesn't add tables for some models...

pythondjangodjango-modelsdjango-syncdb

Read More
BackNext