summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-11-26 12:04:13 +0530
committerhardythe12014-11-26 12:04:13 +0530
commit81298b9ef6455650eb1b01cf2fa54bd081715263 (patch)
treeedac4e834093e61caad9d5ca51d69b7132cee709
parent9fcee366f190c616718c8902cbfe2ee291921dc4 (diff)
downloadPython-TBC-Interface-81298b9ef6455650eb1b01cf2fa54bd081715263.tar.gz
Python-TBC-Interface-81298b9ef6455650eb1b01cf2fa54bd081715263.tar.bz2
Python-TBC-Interface-81298b9ef6455650eb1b01cf2fa54bd081715263.zip
added south
-rw-r--r--PythonTBC/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py
index e2cafba..f7cab4e 100644
--- a/PythonTBC/settings.py
+++ b/PythonTBC/settings.py
@@ -135,6 +135,7 @@ INSTALLED_APPS = (
# 'django.contrib.admindocs',
'tbc',
'comments',
+ 'south',
)
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'