一个家庭日报系统

This commit is contained in:
2026-01-04 19:17:33 +08:00
commit eaee38d658
57 changed files with 2756 additions and 0 deletions

4
diary_family/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
# 确保Celery应用在Django启动时被加载
from .celery import app as celery_app
__all__ = ('celery_app',)