maxkb/apps/knowledge
朱潮 dea3454011 修复Django应用启动时的导入错误
- 在knowledge/apps.py的ready()方法中注册Celery任务
- 移除ops/__init__.py中的直接导入,避免循环依赖
- 简化tasks/__init__.py,使用延迟导入
- 解决"Apps aren't loaded yet"错误

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 01:25:16 +08:00
..
api modify status parsing 2025-08-25 01:20:33 +08:00
migrations feat: add MCP tool support with new form and dropdown options 2025-08-12 10:41:42 +08:00
models modify status parsing 2025-08-25 01:20:33 +08:00
serializers 参考高级学习处理流程修改音视频文档处理 2025-08-31 01:01:51 +08:00
sql modify status parsing 2025-08-25 01:20:33 +08:00
tasks 修复Django应用启动时的导入错误 2025-08-31 01:25:16 +08:00
template fix: remove default model reference from embedding_model and add export paths for templates 2025-06-17 17:20:00 +08:00
vector add log 2025-08-27 01:41:47 +08:00
views modify status parsing 2025-08-25 01:20:33 +08:00
__init__.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
admin.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
apps.py 修复Django应用启动时的导入错误 2025-08-31 01:25:16 +08:00
tests.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
urls.py modify status parsing 2025-08-25 01:20:33 +08:00