第一次提交:小程序前端最新版本
This commit is contained in:
8
a_long_dianjing/__init__.py
Normal file
8
a_long_dianjing/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
阿龙电竞 - Django项目初始化
|
||||
确保Celery在Django启动时自动加载
|
||||
"""
|
||||
|
||||
from .celery import app as celery_app
|
||||
|
||||
__all__ = ('celery_app',)
|
||||
Reference in New Issue
Block a user