集成celery

This commit is contained in:
AKW 2023-12-13 13:39:27 +08:00
parent 7a9bf93f4b
commit 1a1775edb4
1 changed files with 4 additions and 0 deletions

View File

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