Skip to content

Commit

Permalink
Configure django-audit-log-middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
alixedi committed Jun 9, 2021
1 parent fea791d commit 5a110cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/conf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"health_check.cache",
"health_check.storage",
"health_check.contrib.migrations",
"django_audit_log_middleware",
]

MIDDLEWARE = [
Expand All @@ -121,6 +122,7 @@
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"api.conf.middleware.HawkSigningMiddleware",
"django_audit_log_middleware.AuditLogMiddleware",
]

ROOT_URLCONF = "api.conf.urls"
Expand Down

0 comments on commit 5a110cc

Please sign in to comment.