I copy all (well, almost all) auto migrations from my development instance (with migrate_enabled=True) to migration file which is run in production (migrate_enabled=False). I prepared a plugin which is responsible for migrations in production, so everything runs automatically.
--

