Fix missing task import

This commit is contained in:
Raphael Michel
2017-12-15 14:07:43 +01:00
parent 5ece8fd2f7
commit d2b15ae679

View File

@@ -11,6 +11,7 @@ class PretixBaseConfig(AppConfig):
from . import payment # NOQA
from . import exporters # NOQA
from . import invoice # NOQA
from . import notifications # NOQA
from .services import export, mail, tickets, cart, orders, invoices, cleanup, update_check, quotas # NOQA
try: