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 Python manage.py migrate on a fresh DB.

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 -

Comments

Popular posts from this blog

php - how to change mysql_result($res, 0, "url"); to mysqli -

c# - Textbox not clickable but editable -

Matlab transpose a table vector -