I am getting the following error in my error logs: TemplateSyntaxError: Caught ImportError while rendering: No module named south
So after spending the better part of my day off trying to wrap my head around data and schema migrations in South, I feel like I\'m getting close -- but I\'m having some trouble with my datamigration
In Django-South: I changed I\'ve run the initial migration successfully for myapp but for some reason, after I\'ve made a change to my model and go to
I am converting an existing codebase (with several apps) to use South. My codebase is currently installed on 1 development server and 3 production servers. The development has its own database and the
We\'re using an older version of Django (1.1.1) and are preparing to upgrade to the latest version (currently 1.2) soon.
I\'m wondering about the advantages of using (django) South during heavy initial development of a project.
We are migrating the data in several instances of our Django project to a new schema. The old schema had:
I\'m experiencing the same problem as with: django - "manage.py test" fails "table already exists"
First, I create my database. create database mydb; I add \"south\" to installed Apps.Then, I go to this tutorial:http://south.aeracode.org/docs/tutorial/part1.html
My question is, what is the best practice for turning a null=True field into a null=False field using Django S开发者_Python百科outh. Specifically, I\'m working with a ForeignKey.You should write first