I\'m working with an OS project that uses South to migrate the database. I\'m building a new database from scratch and I want to make sure South is setup so I can easily update the database in the fut
I\'m getting this error django.db.utils.IntegrityError: django_content_type.name may not be NULL while running tests via nosetest.
I\'ve made a mistake of creating my own User model and am trying to recover. I\'ve created a south migration that copies my old user models and creates django.contrib.auth.models.User models. To ensu
Adding South to an existing Django project. I h开发者_开发问答ave it installed on both the development machine and the \"production\" server.
I have a Django application.I have .json fixture files containing test data, with unit tests that use the data to confirm the applic开发者_开发技巧ation is working properly.I also use South to migrate
When using syncdb the following schema is created: CREATE TABLE \"MyApp_supervisor\" ( \"id\" integer NOT NULL PRI开发者_JAVA百科MARY KEY,
I\'m trying to migrate some models ImageFields to using the S3BotoStorage storage backend from django-storages.As part of this process I\'ve changed my Model\'s ImageFielddeclaration to include the st
My problem is in getting manage.py syncdb to run within a virtualenv. It was working fine at on开发者_如何学运维e point, but seems to have broken sometime around when I installed South and updated pi
I installed south and I try to use it to migrate now: ./manage.py schemamigration myapp --initial I get a :
I\'ve just inherited a Django project for maintenance and continuous development. While I\'m a fairly proficient programmer (also Python) I have next to no experience with Django, therefore I need a b