Tool to provide consistent, easy-to-use and database-agnostic database migrations for Django applications. Deprecated since Django 1.7.
South was a tool to provide consistent, easy-to-use and database-agnostic database-migrations for django applications.
Since Django 1.7, the features previously provided by South are included directly in Django.