Move core exporters to their own package

This commit is contained in:
Raphael Michel
2016-08-05 11:37:00 +02:00
parent 47682fd243
commit 5ffe2963dd
5 changed files with 141 additions and 131 deletions

View File

@@ -8,6 +8,7 @@ class PretixBaseConfig(AppConfig):
def ready(self):
from . import exporter # NOQA
from . import payment # NOQA
from . import exporters # NOQA
from .services import export, mail, tickets, cart, orders, cleanup # NOQA
try: