diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 21:15:50 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 21:15:50 +0300 |
commit | 0376e6407476810aad058d22a718fd437636a3ff (patch) | |
tree | ca2ef7e872a36d96b43def0af1c0ec681ad8667e | |
parent | e01e9c6fbd3e76aeef643afa36b5ab52d2f03b09 (diff) | |
download | Servo-0376e6407476810aad058d22a718fd437636a3ff.tar.gz Servo-0376e6407476810aad058d22a718fd437636a3ff.tar.bz2 Servo-0376e6407476810aad058d22a718fd437636a3ff.zip |
Disable custom session serializer
-rw-r--r-- | settings.py | 2 |
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' |