- Django 2 Web Development Cookbook
- Jake Kronika Aidas Bendoraitis
- 49字
- 2021-06-10 19:31:38
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.