5 lines
106 B
Python
5 lines
106 B
Python
# 让Celery在Django启动时自动加载
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ['celery_app']
|