新增: - backend/venv/ - Python 虚拟环境 - backend/start.sh - 启动脚本(使用虚拟环境) - backend/requirements.txt - 依赖列表 - .gitignore - 忽略虚拟环境和缓存文件 说明: - 每个项目使用独立虚拟环境 - 避免依赖冲突 - 启动脚本自动创建和激活虚拟环境
1.2 KiB
1.2 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0
- Add custom error classes
1.0.2 (2018-03-30)
Bug Fixes
1.0.1 (2017-08-16)
Bug Fixes
- license: oops. Forgot to update license.md (efe2958)
1.0.0 (2017-08-15)
Features
- init: Initial Commit (562c977)
BREAKING CHANGES
- init: This is the first commit!
0.1.0 (2017-08-15)
Features
- init: Initial Commit (9dd1a19)