Super Quick South Guide! Assumptions You already have a Django application with a database. You have heard of wonders of South You are getting sick of writing SQL migration scripts by hand! You promise to read the full tutorial later on! What is South? South is a tool for Django that tracks changes in your models. South changes your database to reflect the changes in your models If you are doing a