Skip to content

Instantly share code, notes, and snippets.

@st4lk
Last active October 12, 2015 10:18
Show Gist options
  • Select an option

  • Save st4lk/4011771 to your computer and use it in GitHub Desktop.

Select an option

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