diff options
author | hardythe1 | 2014-11-26 12:04:13 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-26 12:04:13 +0530 |
commit | 81298b9ef6455650eb1b01cf2fa54bd081715263 (patch) | |
tree | edac4e834093e61caad9d5ca51d69b7132cee709 | |
parent | 9fcee366f190c616718c8902cbfe2ee291921dc4 (diff) | |
download | Python-TBC-Interface-81298b9ef6455650eb1b01cf2fa54bd081715263.tar.gz Python-TBC-Interface-81298b9ef6455650eb1b01cf2fa54bd081715263.tar.bz2 Python-TBC-Interface-81298b9ef6455650eb1b01cf2fa54bd081715263.zip |
added south
-rw-r--r-- | PythonTBC/settings.py | 1 |
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' |