maxkb/apps/knowledge
朱潮 c4eaeb6499 修复Celery递归调用错误
- 移除Django应用配置中的手动任务注册
- 使用Celery的imports配置确保任务模块被导入
- 避免在ready()方法中访问Celery应用
- 使用Celery的自动发现机制处理任务注册

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 01:33:18 +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 修复Celery递归调用错误 2025-08-31 01:33:18 +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