Files
icac/crawler_project/__init__.py
2025-09-23 13:30:03 +08:00

5 lines
119 B
Python

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