summaryrefslogtreecommitdiffstats
path: root/newton/newton/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'newton/newton/settings.py')
-rw-r--r--newton/newton/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/newton/newton/settings.py b/newton/newton/settings.py
index a3fb9b41..2e004f1f 100644
--- a/newton/newton/settings.py
+++ b/newton/newton/settings.py
@@ -62,6 +62,7 @@ MIDDLEWARE_CLASSES = [
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
+ 'newton.middleware.LogContextMiddleware',
]
ROOT_URLCONF = 'newton.urls'