Created
September 6, 2012 20:06
-
-
Save sligodave/3660010 to your computer and use it in GitHub Desktop.
Steps to follow when I've broken "south" migrations.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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