aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-17 15:14:13 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-17 15:14:13 +0800
commit097f525fd47ebd353dc9ee96005a29695b3438cc (patch)
tree2de929d400dc182d8ff84b421d0021d9a33244f9 /django_skaschool
parentafc87e9ef72745bdddb1adc8a84f3d46eac73440 (diff)
downloaddjango-skaschool-097f525fd47ebd353dc9ee96005a29695b3438cc.tar.bz2
* added 'south' to INSTALLED_APPS
* added 'README.md', 'requirements.txt'
Diffstat (limited to 'django_skaschool')
-rw-r--r--django_skaschool/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django_skaschool/settings.py b/django_skaschool/settings.py
index e07893d..57f8598 100644
--- a/django_skaschool/settings.py
+++ b/django_skaschool/settings.py
@@ -36,6 +36,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
+ 'south',
)
MIDDLEWARE_CLASSES = (