Add south migration tool with initial migration
This commit is contained in:
parent
a282915776
commit
e7425208b7
3 changed files with 267 additions and 2 deletions
|
|
@ -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',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue