Django 2 Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

Switching from South migrations to Django migrations

If you were using Django before version 1.7 introduced database migrations into the core functionality, you have more than likely used third-party South migrations before. In this recipe, you will learn how to switch your project from South migrations to Django migrations.