diff options
author | Trupti Rajesh Kini | 2016-01-25 11:35:42 +0530 |
---|---|---|
committer | Trupti Rajesh Kini | 2016-01-25 11:35:42 +0530 |
commit | 909d934c15168d743066a6efc5d04dfee8a50a97 (patch) | |
tree | a3788c43de34589125df8e5c7794cd63121d8ae0 /PythonTBC/settings.py | |
parent | b2c79f1fba13972db99af8a45558b6ca39980f16 (diff) | |
download | Python-TBC-Interface-909d934c15168d743066a6efc5d04dfee8a50a97.tar.gz Python-TBC-Interface-909d934c15168d743066a6efc5d04dfee8a50a97.tar.bz2 Python-TBC-Interface-909d934c15168d743066a6efc5d04dfee8a50a97.zip |
Update settings.py
Diffstat (limited to 'PythonTBC/settings.py')
-rw-r--r-- | PythonTBC/settings.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py index 1ffd70d..bfcb2d5 100644 --- a/PythonTBC/settings.py +++ b/PythonTBC/settings.py @@ -142,8 +142,7 @@ INSTALLED_APPS = ( ) -# needed for django-hitcount to function properly -SESSION_SAVE_EVERY_REQUEST = True + SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer' |