5 lines
119 B
Python
5 lines
119 B
Python
# 这将确保Celery应用在Django启动时被加载
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ('celery_app',)
|