summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index a76134746..89df18c2a 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -211,6 +211,10 @@ LOGGING = {
'level': 'INFO',
'propagate': False,
},
+ 'django.security.DisallowedHost': {
+ 'handlers': ['logfile'],
+ 'propagate': False,
+ },
'ishtar_pdl': default_handler,
'ishtar_common': default_handler,
'archaeological_files_pdl': default_handler,