mirror of
https://github.com/pretix/pretix.git
synced 2026-08-28 13:34:40 +00:00
Moved static files and celery.py
This commit is contained in:
@@ -12,7 +12,7 @@ class PretixBaseConfig(AppConfig):
|
||||
from .services import export, mail, tickets, cart, orders, cleanup # NOQA
|
||||
|
||||
try:
|
||||
from .celery import app as celery_app # NOQA
|
||||
from .celery_app import app as celery_app # NOQA
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user