forked from CGM_Public/pretix_original
Send e-mails on order completion (#27)
This commit is contained in:
@@ -193,7 +193,9 @@ LOGGING = {
|
||||
},
|
||||
}
|
||||
|
||||
MAIL_FROM = 'pretix@localhost'
|
||||
|
||||
try:
|
||||
from local_settings import * # NOQA
|
||||
from .local_settings import * # NOQA
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user