[Django]-How to fix order of Django migrations?

1👍

IDK wat’s happening, but today I made some changes to migrations like adding run_before and the issue was gone. BUT! I rolled all changes back, droped all the related databases and the bug didn’t came back. The code is literally the same as it was when I posted the question…

3👍

0👍

Take a look at the Django documentation regarding the configuration variable MIGRATION_MODULES.

Link to doc: https://docs.djangoproject.com/en/2.0/ref/settings/#std:setting-MIGRATION_MODULES

Leave a comment