I have just installed South (0.7.3, python-2.6) and successfully completed the tutorial using the python interpreter.Meaning that I am able to create a model and migrate it without any errors, so Sout
I\'m using Django 1.2.3 and South 0.7.3. I am trying to convert my app (named core) to use Django-South. I have a custom model/field that I\'m using, named ImageWithThumbsField. It\'s basically just
Color me confused. Let\'s assume we\'ve got a Django project with South migrations. Currently, production project version is A, version in development B. Now let\'s suppose version B is installed into
I get the following error when I do syncdb Traceback (most recent call last): File \"manage.py\", line 11, in <module>
I\'ve accumulated quite a few migrations using South (0.7) and Django (1.1.2) which are st开发者_Python百科arting to consume quite a bit of time in my unit tests. I would like to reset the baseline an
Trying to setup our systems on our django project to utilize django\'s testing framework. However, when I try running python manage.py test I get various errors explained below.
I am renaming an application to a more suitable name.In doing so, I want to ensure that South properly migrates the database (renames database tables and changes references in django_content_type or s
I have a Django model that uses the choices attribute. COLOR_CHOICES = ( (\'R\', \'Red\'), (\'B\', \'Blue\'),
I\'m trying to do a django-south migration to an existing application to add django-audit-log to it (to track user-initiated changes of a module), but am running into significant errors.Specifically w
short story I run ./manage.py schemamigration junk_app --initial on a completely fresh django project right after freshly installing South ( http://south.aeracode.org/ ), and I get the following erro