Skip to content

Commit

Permalink
removes dc_utils BasicAuthMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
awdem committed Oct 14, 2024
1 parent 5097506 commit 7526dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion democracy_club/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def root(*x):
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"dc_utils.middleware.BasicAuthMiddleware",
)


Expand Down

0 comments on commit 7526dac

Please sign in to comment.