Mailman: oops, wrong env name

This commit is contained in:
Aurélien Bompard 2016-09-28 17:51:12 +00:00
parent b64d7567f6
commit b7dad2451e

View file

@ -348,7 +348,7 @@ LOGGING = {
'django.request': {
'handlers': [
'file',
{% if env == 'prod' %}
{% if env == 'production' %}
'mail_admins',
{% endif %}
],