settings: include html traceback in email reports

This commit is contained in:
Benjamin Dauvergne 2013-08-26 21:06:22 +02:00
parent b0e252c6f2
commit 98ca7e98a5
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ LOGGING = {
'level': 'ERROR',
'class': 'django.utils.log.AdminEmailHandler',
'filters': ['cleaning'],
'include_html': True,
},
'console': {
'class': 'logging.StreamHandler',