daren_project/role_based_system/__init__.py

5 lines
106 B
Python
Raw Normal View History

2025-04-29 10:22:57 +08:00
# 让Celery在Django启动时自动加载
from .celery import app as celery_app
__all__ = ['celery_app']