mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Refs #44 -- Added optional celery background queue for mails
This commit is contained in:
@@ -1 +1,6 @@
|
||||
__version__ = "0.0.0"
|
||||
|
||||
try:
|
||||
from .celery import app as celery_app
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user