Top "Django-south" questions

Tool to provide consistent, easy-to-use and database-agnostic database migrations for Django applications.

South - How to force certain migration?

I have a migration, 003, that creates a new table, but for some reason, South isn't creating a new table after …

python django django-south
south migration: "database backend does not accept 0 as a value for AutoField" (mysql)

I'm new to django and trying to have a Foreign key back to users for an assignee and reporter. But …

python django django-south
django south fresh install --> error: unknown command 'schemamigration'

short story I run ./manage.py schemamigration junk_app --initial on a completely fresh django project right after freshly installing …

django django-south
Trouble getting Django set up on Heroku using South - keep getting ProgrammingError: relation does not exist

This is what I've been doing: Locally - where I've got a brand new postgres database, and two models.py …

django postgresql heroku django-south
What is a Django South GhostMigrations exception and how do you debug it?

Made some changes to my Django app's model and used South to migrate them on my development machine (migrations 0004 through 0009). …

django django-models django-south
Renaming an app with Django and South

I am renaming an application to a more suitable name. In doing so, I want to ensure that South properly …

django migration rename django-south
South migrate error - relation already exists

Background: After adding djangoratings to my project, I tried running django-admin.py schemamigration djangoratings --initial --settings=myapp.settings.local which …

django migration django-south
How to call a static methods on a django model class during a south migration

I'm writing a data migration in south to fix some denormalized data I screwed up in earlier code. The way …

python django django-south
newbie difficulty using south with pycharm - DatabaseError: no such table: south_migrationhistory

I'm using sqlite3 and pycharm to learn more about django, and googled to find that south is recommended to make …

django django-south pycharm
South + Django 1.4 Database error

I have just installed my Django project on a new system, and installed Django 1.4. However when I try to run …

django django-south django-staticfiles django-1.4