Send e-mails on order completion (#27)

This commit is contained in:
Raphael Michel
2015-04-01 10:30:07 +02:00
parent 8a81d4859d
commit 16244bd69c
9 changed files with 105 additions and 2 deletions

View File

@@ -193,7 +193,9 @@ LOGGING = {
},
}
MAIL_FROM = 'pretix@localhost'
try:
from local_settings import * # NOQA
from .local_settings import * # NOQA
except ImportError:
pass