Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
requirement of latest version of allauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De authored Dec 1, 2023
1 parent c90298b commit f6b4cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base/project_name/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
"django_htmx.middleware.HtmxMiddleware",
]

Expand Down

0 comments on commit f6b4cb2

Please sign in to comment.