Skip to content

Commit

Permalink
Add maintenance middleware (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Feb 5, 2025
1 parent 3b8193f commit abc271e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"preventconcurrentlogins.middleware.PreventConcurrentLoginsMiddleware",
"csp.middleware.CSPMiddleware",
"deploy.middleware.screentime_warning.ScreentimeWarningMiddleware",
"deploy.middleware.maintenance.MaintenanceMiddleware",
]

AUTHENTICATION_BACKENDS = [
Expand Down

0 comments on commit abc271e

Please sign in to comment.