aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 21:15:50 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 21:15:50 +0300
commit0376e6407476810aad058d22a718fd437636a3ff (patch)
treeca2ef7e872a36d96b43def0af1c0ec681ad8667e
parente01e9c6fbd3e76aeef643afa36b5ab52d2f03b09 (diff)
downloadServo-0376e6407476810aad058d22a718fd437636a3ff.tar.gz
Servo-0376e6407476810aad058d22a718fd437636a3ff.tar.bz2
Servo-0376e6407476810aad058d22a718fd437636a3ff.zip
Disable custom session serializer
-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'