Refs #44 -- Added optional celery background queue for mails

This commit is contained in:
Raphael Michel
2015-09-09 23:42:16 +02:00
parent 181f1fe36d
commit 101f1c77e0
7 changed files with 61 additions and 6 deletions

View File

@@ -1 +1,6 @@
__version__ = "0.0.0"
try:
from .celery import app as celery_app
except ImportError:
pass