Skip to content
Snippets Groups Projects
Verified Commit 9feb92c9 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing CurrentSiteMiddleware

parent df41b5f3
No related branches found
No related tags found
1 merge request!217Migrate from constance to dynamic-preferences
......@@ -112,6 +112,7 @@ MIDDLEWARE = [
"django.middleware.locale.LocaleMiddleware",
"django.middleware.http.ConditionalGetMiddleware",
"django_global_request.middleware.GlobalRequestMiddleware",
"django.contrib.sites.middleware.CurrentSiteMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment