Daniel Ostrowski is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

danostrowski / south (fork of andrewgodwin / south)

Fix issues with Shared Memory Models which are ... interesting.

Clone this repository (size: 963.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/danostrowski/south
hg clone ssh://hg@bitbucket.org/danostrowski/south

south overview

Recent commits See more »

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/docs/