12 lines
429 B
Diff
12 lines
429 B
Diff
diff --git a/recipes/settings.py.orig b/recipes/settings.py
|
|
index 8673962..6a6490b 100644
|
|
--- a/recipes/settings.py.orig
|
|
+++ b/recipes/settings.py
|
|
@@ -218,6 +218,7 @@ MIDDLEWARE = [
|
|
'django.middleware.locale.LocaleMiddleware',
|
|
'django.middleware.clickjacking.XFrameOptionsMiddleware',
|
|
'cookbook.helper.scope_middleware.ScopeMiddleware',
|
|
+ 'allauth.account.middleware.AccountMiddleware',
|
|
]
|
|
|
|
if DEBUG_TOOLBAR:
|