From 98ca7e98a5f99fffa0b36e440bc57cb07fc7b509 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 26 Aug 2013 21:06:22 +0200 Subject: [PATCH] settings: include html traceback in email reports --- compte_agglo_montpellier/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 0ce97db..03b6d4c 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -317,6 +317,7 @@ LOGGING = { 'level': 'ERROR', 'class': 'django.utils.log.AdminEmailHandler', 'filters': ['cleaning'], + 'include_html': True, }, 'console': { 'class': 'logging.StreamHandler',