Skip to content

Instantly share code, notes, and snippets.

@sligodave
Created September 6, 2012 20:06
Show Gist options
  • Save sligodave/3660010 to your computer and use it in GitHub Desktop.
Save sligodave/3660010 to your computer and use it in GitHub Desktop.
Steps to follow when I've broken "south" migrations.
1. Delete DB
2. Create DB
3. Remove south from INSTALLED_APPS
4. syncdb
5. Insert south into INSTALLED_APPS
6. sycndb
7. migrate --fake
8. YAY!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment