Skip to content

Commit

Permalink
added allauth middleware for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhimmelbauer committed Sep 19, 2023
1 parent 5d2e537 commit b9a6b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions develop/develop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
# Add the account middleware:
"allauth.account.middleware.AccountMiddleware",
]

ROOT_URLCONF = 'develop.urls'
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ typing-extensions==4.7.1
# dj-database-url
# mypy
urllib3==2.0.3
# via requests
# via requests

0 comments on commit b9a6b92

Please sign in to comment.