Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Scenario:
  2. You have a long-running branch to upgrade your existing codebase to django 1.7.
  3. You've previously used south, and your existing deployment includes schema changes since the
  4. base of the django-1.7 upgrade branch.
  5.  
  6. You need to re-create django (core) migrations periodically since you can't merge
  7. south migrations into core migrations.
  8.  
  9. (Assumes commands are run from root of project and that apps are top-level directories Adjust pathing if that is not the case.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement