Sendmail plugin: Move to background process

This commit is contained in:
Raphael Michel
2018-03-07 14:48:17 +01:00
parent 9fdef5eb5d
commit d058721243
3 changed files with 76 additions and 47 deletions

View File

@@ -17,6 +17,7 @@ class SendMailApp(AppConfig):
def ready(self):
from . import signals # NOQA
from . import tasks # NOQA
default_app_config = 'pretix.plugins.sendmail.SendMailApp'