集成celery
This commit is contained in:
parent
7a9bf93f4b
commit
1a1775edb4
|
@ -0,0 +1,4 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
from .celery import app as celery_app
|
||||
|
||||
__all__ = ('celery_app', )
|
Loading…
Reference in New Issue