Send email on order payment (#27)

This commit is contained in:
Raphael Michel
2015-04-01 10:42:27 +02:00
parent 16244bd69c
commit 9c94983bbc
4 changed files with 40 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ LOGGING = {
}
MAIL_FROM = 'pretix@localhost'
SITE_URL = 'http://localhost'
try:
from .local_settings import * # NOQA