aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 3933abc..48b6b8e 100644
--- a/settings.py
+++ b/settings.py
@@ -73,7 +73,7 @@ MIDDLEWARE = [
]
ROOT_URLCONF = 'servo.urls.default'
-SESSION_SERIALIZER = 'servo.lib.utils.SessionSerializer'
+#SESSION_SERIALIZER = 'servo.lib.utils.SessionSerializer'
# Python dotted path to the WSGI application used by Django's runserver.
WSGI_APPLICATION = 'wsgi.application'