Legacy Django Migrations
The original migration tool for Django before built-in migrations were added in Django 1.7. Still relevant for maintaining or upgrading legacy Django applications running older versions.
Contains affiliate links
Explore similar tools in the Database Migration Tools category that complement South for your data engineering projects.
Built-in Django Migration Framework
Django's powerful built-in migration framework that comes bundled with Django. Allows you to change your database schema without losing data using a simple and intuitive API.