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

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -