mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fixed import structure because testing was broken
This commit is contained in:
@@ -9,4 +9,9 @@ class PretixBaseConfig(AppConfig):
|
||||
from . import exporter # NOQA
|
||||
from . import payment # NOQA
|
||||
|
||||
try:
|
||||
from .celery import app as celery_app # NOQA
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
default_app_config = 'pretix.base.PretixBaseConfig'
|
||||
|
||||
Reference in New Issue
Block a user