From 0376e6407476810aad058d22a718fd437636a3ff Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 21:15:50 +0300 Subject: Disable custom session serializer --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3