Rafał Pitoń 11 лет назад
Родитель
Сommit
1d9210ba30
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      misago/settings_base.py

+ 3 - 0
misago/settings_base.py

@@ -236,6 +236,9 @@ CACHES = {
     }
 }
 
+# Use oldchool serializer
+SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
+
 # A sample logging configuration. The only tangible logging
 # performed by this configuration is to send an email to
 # the site admins on every HTTP 500 error when DEBUG=False.