django-move-model
Django management command for moving a model between two Django apps
Usage
-
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