Removed doubled middleware

This commit is contained in:
Aaron Katz 2023-10-24 20:53:34 +02:00
parent 8f28249e8d
commit 39b220db9c

View File

@ -326,7 +326,6 @@ MIDDLEWARE = [
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"auditlog.middleware.AuditlogMiddleware",
]
# Optional to enable compression