Added ADMINS setting

This commit is contained in:
Raphael Michel
2015-06-29 19:53:35 +02:00
parent 71b2564e51
commit 9adb5c3e12
3 changed files with 24 additions and 2 deletions
+3
View File
@@ -136,6 +136,9 @@ Example::
``tls``, ``ssl``
Use STARTTLS or SSL for the SMTP connection. Off by default.
``admins``
Comma-separated list of e-mail addresses that should receive a report about every error 500 thrown by pretix.
Django settings
---------------