Skip to content

Commit

Permalink
master: add allauth middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Oct 1, 2023
1 parent 7dc9707 commit 7989110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trojstenid/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
]

ROOT_URLCONF = "trojstenid.urls"
Expand Down

0 comments on commit 7989110

Please sign in to comment.