- 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
-
-
Save peterfarrell/fb7cbf132982534a5c8c 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