Skip to content

Commit

Permalink
tests/project/settings: add allauth middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Feb 13, 2024
1 parent 2ec05cf commit bb17f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
)

ROOT_URLCONF = "tests.project.urls"
Expand Down

0 comments on commit bb17f9e

Please sign in to comment.