Django management command for moving a model between two Django apps
-
Move the actual code from one app to the other
-
Update foreign keys to point to the new model
-
Run:
$ python manage.py movemodel ModelName source_app destination_app
Django management command for moving a model between two Django apps
PythonBSD-3-Clause