Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Django South is not creating a table for user_profiles

python django django-south

Add South Migrations to a 3rd party Django Application

Django South Skip Some Migration Files

python django django-south

Recovering from a duplicate migration in Django South

python django django-south

How to run south manage.py commands from PyCharm?

South - migrating django application from sqlite to mysql

How can I have a unique_together constraint involving a ForeignKey field in MySQL?

mysql django django-south

Django South Migration does not work the first time around

python django django-south

How to specify a default value for Django's TextField in South?

django django-south

How to initialize django database when using django and south

django django-south

Is there an `update migration` (ala South) option for django.db.migrations?

SyncDB after installing new app having already installed South - don't want to mess anything up

Creating Django Cache table using South?

Altering a Django model's method requires migration?

South and Can't DROP 'created_date'; check that column/key exists"

django-south

Django South Migration Error: Key is Not Present

Django merge two migrations with the same ID?

What's the proper way to remove a Django app?