Phase 0 评审三次修复:文档命令统一加 .exe 后缀(MSYS2 venv 实际文件名)
This commit is contained in:
@@ -40,9 +40,9 @@ MVP 功能范围以 [`02-requirements.md`](02-requirements.md) 为唯一权威
|
||||
## 验证命令
|
||||
|
||||
```bash
|
||||
.venv/bin/python3.12 manage.py check
|
||||
.venv/bin/python3.12 manage.py test
|
||||
.venv/bin/python3.12 manage.py runserver
|
||||
.venv/bin/python3.12.exe manage.py check
|
||||
.venv/bin/python3.12.exe manage.py test
|
||||
.venv/bin/python3.12.exe manage.py runserver
|
||||
```
|
||||
|
||||
`init.sh` 为标准启动与验证入口。
|
||||
|
||||
Reference in New Issue
Block a user