Skip to content

Instantly share code, notes, and snippets.

@st4lk
Last active October 12, 2015 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save st4lk/4011771 to your computer and use it in GitHub Desktop.
Save st4lk/4011771 to your computer and use it in GitHub Desktop.
Python: django south migrations
python manage.py convert_to_south appname
python manage.py schemamigration appname --auto
python manage.py migrate appname
python manage.py migrate appname --fake 0003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment