How do you change the location where South looks for an app\'s migrations? By default, South assumes an app\'s migrations are in /migrations. However, I\'ve migrated the model of a third-party packag
After running: $ ./manage.py migrateI am getting the following error: -bash开发者_StackOverflow中文版: ./manage.py: Permission denied
Here\'s what I want to do. Develop a Django project on a development server with a development database.Run the south migrations as necessary when I change the model.
Disable Django South when running unit tests?How do you avoid running al开发者_如何学编程l of the south migrations when doing django unit testing?Yes, the South documentation describes how to do it, b
I\'m just starting with South and one question that I have is not answered in what I have read so far.
I had a large models file with all the classes and stuff and it was hard to maintain all in one file. So I\'ve refactored that into a model folder, init.py and files one per each class.
Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code nece
I have recenty came across a problem while importing older data than my current model schema. Flow which I use and lead to error:
I have a populated model 开发者_StackOverflow社区(There is data in the model I need to preserve/use)named \'FeatureTag\' that I need to rename to simply \'Feature\'.
I\'m having some difficulty getting my django tests to run properly; I\'m using nose, and I started getting an error when the migrations were being applied, that from table 1 a foreign key relation to