How to merge multiple django south migrations into one migration -
We use South to manage migration for a long time, and now we have around 100+ migrations.
It took a long time to run the I wonder if I can merge all existing migrations into a single migration It is a new management command that has been resolved in Django 1.7+. /manage.pySquashmigration appname, check this link - Python manage.py migrate on a fresh DB.
Comments
Post a Comment