Add south migration tool with initial migration

This commit is contained in:
Claude Paroz 2013-02-07 09:28:32 +01:00
parent a282915776
commit e7425208b7
3 changed files with 267 additions and 2 deletions

View file

@ -100,8 +100,9 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'south', # Database migrations
'tabimport',
'stages',
)