inconsistent migration history when changing a django app's name
问题 I'm trying to rename one of the apps in my django website. There is another app which depends on it and its mysql tables. I went over all the files in both apps and changed the instances of the old name to the new one. However, now I encounter this error message when trying to perform a migration: File "/Users/Limor/anaconda/lib/python2.7/site-packages/Django-1.10a1-py2.7.egg/django/db/migrations/loader.py", line 287, in check_consistent_history migration[0], migration[1], parent[0], parent[1