Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

Deploying a (single node) Django Web application with virtually zero downtime on EC2

What does a South datamigration do compared to a schemamigration?

django django-south

Django South migration not working with null = True and blank = True

django django-south

django loading data from fixture after backward migration / loaddata is using model schema not database schema

django django-south

How do I create a new database for an existing App using Django South and set default values?

Adding Autoincrement field to existing model with Django South?

South with django 1.7

django django-south

Django South migration conflict while working in a team

What is the correct way to deal with DB migration while using South, Django and Git?

South migrate error - relation already exists

Pass South random unique default values when migrating

django django-south

South ignores change in field default value in Python / Django

python django django-south

Django-South introspection rule doesn't work

Adding South to Django project, development & production

south migration: DatabaseOperations has not attribute 'shorten_name'

How to disable south debug logging in django?

PyDev in Eclipse does not recognize db.add_column from South

Django South error with initial migration

Migrate Django model to unique_together constraint

How to rename a foreignkey field with South?

django django-south