add south migrations, convert update to python

This commit is contained in:
j 2012-11-02 13:41:41 +01:00
commit 2c07dedac0
46 changed files with 2729 additions and 48 deletions

View file

@ -103,7 +103,7 @@ INSTALLED_APPS = (
'django_extensions',
'devserver',
# 'south',
'south',
'djcelery',
'app',
'log',