- generate an empty migration
- move the migration from
old_app
tonew_app
- edit the migration file to change all instances of
old_app
tonew_app
- add a forward migration to rename the table from
something
tosomething_else
- add a backward migration to do the opposite
- move models.py from
old_app
tonew_app
- apply the migration
Created
September 5, 2014 15:52
-
-
Save mjhea0/c58be806c6628aa64f73 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment