Skip to content

Django management command for moving a model between two Django apps

License

Notifications You must be signed in to change notification settings

alexei/django-move-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-move-model

Django management command for moving a model between two Django apps

Usage

  1. Move the actual code from one app to the other

  2. Update foreign keys to point to the new model

  3. Run:

    $ python manage.py movemodel ModelName source_app destination_app
    

About

Django management command for moving a model between two Django apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages