1
0
forked from erp-dev/erp

done: 20260112

This commit is contained in:
2026-01-12 17:46:04 +08:00
parent f55a32376d
commit 70ed92e2f6
2 changed files with 3 additions and 4 deletions

View File

@@ -106,6 +106,6 @@ MIDDLEWARE = [
## 待办事项 ## 待办事项
- [ ] 执行数据库迁移 (`uv run python manage.py migrate`) - [x] 执行数据库迁移 (`uv run python manage.py migrate`)
- [ ] 测试中间件功能 - [x] 测试中间件功能
- [ ] 重启 Docker 容器使配置生效 - [x] 重启 Docker 容器使配置生效

View File

@@ -411,7 +411,6 @@ API_AUDIT_LOG_ENABLED = True
API_AUDIT_LOG_URL_PREFIXES = [ API_AUDIT_LOG_URL_PREFIXES = [
'/api/v1/printing', '/api/v1/printing',
'/api/v1/plate', '/api/v1/plate',
# '/api/v2/',
] ]
# Celery 配置 # Celery 配置