summaryrefslogtreecommitdiff
path: root/PythonTBC/settings.py
diff options
context:
space:
mode:
authorTrupti Rajesh Kini2016-01-25 11:35:42 +0530
committerTrupti Rajesh Kini2016-01-25 11:35:42 +0530
commit909d934c15168d743066a6efc5d04dfee8a50a97 (patch)
treea3788c43de34589125df8e5c7794cd63121d8ae0 /PythonTBC/settings.py
parentb2c79f1fba13972db99af8a45558b6ca39980f16 (diff)
downloadPython-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.py3
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'