Re: django migrations no migrations to apply

2019-05-20 Thread Chetan Ganji
Hi Harish, Did you commit your changes to git/svn repo after changing the models? Did they fetch the latest changes from the repo? Is your db file also in repo? If yes, there would a table inside the database db.sqlite3, which stores the information about which migrations were executed. You have

django migrations no migrations to apply

2019-05-20 Thread Harish U Warrier
In django models i added a new field in my system its working fine. but in other systems its showing no migrations to apply how to solve it without effecting data? i tried deleting contents of migrations folder except __init__.py enter code here but still same error what is real method