uumylife / south

Migrations for Django. Note that BitBucket has the main development tree; this is a Git version of trunk for those who want it. *This version might be slightly out of date*

Home Page:http://south.aeracode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is South, a Django application to provide migrations in a sane way.

By sane, we mean that the status of every migration is tracked individually,
rather than just the number of the top migration reached; this means South
can detect when you have an unapplied migration that's sitting in the middle
of a whole load of applied ones, and will let you apply it straight off,
or let you roll back to it, and apply from there forward.

Documentation on South is currently available on our project site;
you can find it at http://south.aeracode.org/wiki/Documentation

About

Migrations for Django. Note that BitBucket has the main development tree; this is a Git version of trunk for those who want it. *This version might be slightly out of date*

http://south.aeracode.org