X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2e2c5ce5034cc846db2837fdc382d754e9cd72a3..f87fb4e0fa8287d0e0f32f5e833e0ca216566297:/settings.py diff --git a/settings.py b/settings.py index 471b549..f1c6f6b 100644 --- a/settings.py +++ b/settings.py @@ -15,6 +15,7 @@ TEMPLATE_LOADERS = [ ] MIDDLEWARE_CLASSES = [ + 'forum.middleware.django_cookies.CookiePreHandlerMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'forum.middleware.extended_user.ExtendedUser', @@ -23,6 +24,7 @@ MIDDLEWARE_CLASSES = [ 'forum.middleware.cancel.CancelActionMiddleware', 'forum.middleware.admin_messages.AdminMessagesMiddleware', 'django.middleware.transaction.TransactionMiddleware', + 'forum.middleware.django_cookies.CookiePostHandlerMiddleware', ] # Backwards compatibility. If we fail to import the CSRF middle-ware from the location # where it is supposed to be, we add the old middle-ware classes to the classes list.