Files

4 lines
112 B
Python
Raw Permalink Normal View History

2026-01-04 19:17:33 +08:00
# 确保Celery应用在Django启动时被加载
from .celery import app as celery_app
__all__ = ('celery_app',)