8 lines
153 B
Python
8 lines
153 B
Python
"""
|
|
阿龙电竞 - Django项目初始化
|
|
确保Celery在Django启动时自动加载
|
|
"""
|
|
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ('celery_app',) |