Django MIGRATION_MODULES
For certain packages like puput or if you're creating your own, you may end up with a migrations directory inside your virtual environment with your package instead of in your app directories. I messed up so you don't have to. TLDR; use MIGRATION_MODULES = {"blog": "blog.db_migrations"}
in your settings to avoid the problems I stumbled into.
Check out my potential solution to solve it programmatically and tell me if I'm off base. 👀
- Oct. 21, 2023