django-south
Changing South Migration Directory
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[详细]
2023-03-05 23:41 分类:问答-bash: ./manage.py: Permission denied
After running: $ ./manage.py migrateI am getting the following error: -bash开发者_StackOverflow中文版: ./manage.py: Permission denied[详细]
2023-03-03 19:05 分类:问答Django - South - Is There a way to view the SQL it runs?
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.[详细]
2023-03-01 18:57 分类:问答Disable Django South when running unit tests?
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[详细]
2023-02-28 18:34 分类:问答Question Regarding Django's South and the Migration of Data
I\'m just starting with South and one question that I have is not answered in what I have read so far.[详细]
2023-02-28 14:21 分类:问答Django: models aren't being recognized by syncDB or south after they have been refactored into separate files
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.[详细]
2023-02-25 06:14 分类:问答(Django, South) New models aren't added to panel admin after migration, "Permission denied" [closed]
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[详细]
2023-02-25 03:16 分类:问答django loading data from fixture after backward migration / loaddata is using model schema not database schema
I have recenty came across a problem while importing older data than my current model schema. Flow which I use and lead to error:[详细]
2023-02-20 17:26 分类:问答Django model renaming
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\'.[详细]
2023-02-19 15:11 分类:问答Error With South When Running Unit Tests Using Nose
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[详细]
2023-02-18 22:43 分类:问答