Attempt to fix a broken j2 config which is behind a comment. This caused django startup of various web daemons to fail.

This commit is contained in:
Stephen Smoogen 2022-02-22 08:51:51 -05:00
parent 928cf866f4
commit 43274bf7b4

View file

@ -381,6 +381,8 @@ LOGGING = {
#{% if env == 'production' %}
#'mail_admins',
#{% endif %}
#
],
'level': 'DEBUG',
},