Does anybody have a solution or link to something I might find useful for "Django migrations at scale".
The issue we've got is from multiple people migrating a project. Then branches getting merged to a pre-prod env for client sign-off/testing.
At that point you end up with the database in a messy state due to all the migration dependencies not matching up if things aren't merged quickly.