mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
Make sure datasync tasks are always loaded
This commit is contained in:
@@ -47,6 +47,7 @@ class PretixBaseConfig(AppConfig):
|
|||||||
from . import notifications # NOQA
|
from . import notifications # NOQA
|
||||||
from . import email # NOQA
|
from . import email # NOQA
|
||||||
from .services import auth, checkin, currencies, export, mail, tickets, cart, modelimport, orders, invoices, cleanup, update_check, quotas, notifications, vouchers # NOQA
|
from .services import auth, checkin, currencies, export, mail, tickets, cart, modelimport, orders, invoices, cleanup, update_check, quotas, notifications, vouchers # NOQA
|
||||||
|
from .datasync import datasync # NOQA
|
||||||
from .models import _transactions # NOQA
|
from .models import _transactions # NOQA
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user