1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

Bump django-allauth from 0.54.0 to 0.58.1

See the backwards incompatible changes [1].

[1]: https://docs.allauth.org/en/latest/release-notes/recent.html#id10
This commit is contained in:
Bruno BELANYI
2023-10-31 12:15:30 +00:00
parent abf8f79136
commit 702c1d67d3
2 changed files with 2 additions and 1 deletions

View File

@@ -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: