| Version 13 (modified by andrew, 4 years ago) (diff) |
|---|
south
This is South, intelligent schema migrations for Django apps. We're almost ready with 0.4; see the Roadmap for more information.
- Intelligent; it knows if you've missed out a migration or two
- Database independent, so there's no hassle if you need to move databases.
- Easy; it can write migrations for you, and it takes about a minute to convert your app over to use South.
- Designed for a pluggable Django world; you can declare dependencies between apps so they all migrate together correctly, and you can still use syncdb for your non-migrated apps without it interfering.
- Better (we think, anyway) than the alternatives.
- Have a read about South, and see why we think you should use it.
- Download the latest release and have a play with South.
- Once you've downloaded it, have a look through the tutorial or the documentation.
- Read about contributing to South.
- Subscribe to the South news feed.
