our posts tagged “python”

Django Migrations
Nate Robison (@NTRobison)
march 13th, 2015

The recent release of Django 1.7 comes with built-in support for database migrations. In previous versions of Django, the popular way to manage migrations was a third-party tool called South. Thanks to a successful Kickstarter project, the creator of South worked to build support for migrations into Django 1.7.

…read more