import celery for @shared_tasks

This commit is contained in:
j 2019-07-16 17:36:41 +01:00
parent bcf569bd68
commit 68b56f0c9e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from .celery import app as celery_app
__all__ = ('celery_app',)