Tool to provide consistent, easy-to-use and database-agnostic database migrations for Django applications.
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-southI'm new to django and trying to have a Foreign key back to users for an assignee and reporter. But …
python django django-southshort story I run ./manage.py schemamigration junk_app --initial on a completely fresh django project right after freshly installing …
django django-southThis is what I've been doing: Locally - where I've got a brand new postgres database, and two models.py …
django postgresql heroku django-southMade 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-southI am renaming an application to a more suitable name. In doing so, I want to ensure that South properly …
django migration rename django-southBackground: After adding djangoratings to my project, I tried running django-admin.py schemamigration djangoratings --initial --settings=myapp.settings.local which …
django migration django-southI'm writing a data migration in south to fix some denormalized data I screwed up in earlier code. The way …
python django django-southI'm using sqlite3 and pycharm to learn more about django, and googled to find that south is recommended to make …
django django-south pycharmI 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