Django 1.7 Migrations - Simple Example of Use
Hi there, since Django 1.7 release is coming soon, I decided to take some time and learn how the workflow will be when working with these Migrations, and decided to share my experience with you. :${IMAGE_TAG} New Commands So, first of all we have the ``` {lang="shell"} ./manage.py …