File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55Released: -
66
77- 引入对 uv 的介绍
8+ - 升级到 SQLAlchemy 2.x
89- 针对 Flask 3.1.x 进行内容更新
910
1011## 3.0
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ DATABASE_FILE=data-prod.db
148148$ python3 -m venv env # 创建虚拟环境
149149$ . env/bin/activate # 激活虚拟环境
150150(env) $ pip install -r requirements.txt # 安装所有依赖
151- (env) $ flask initdb # 初始化数据库
151+ (env) $ flask init-db # 初始化数据库
152152(env) $ flask admin # 创建管理员账户
153153```
154154
Original file line number Diff line number Diff line change 55
66## 留言 & 打卡 & 反馈
77
8- 欢迎前往代码厨房社区的[ 这个话题] ( https://codekitchen.community/t/topic/64 ) 下打卡纪念,欢迎分享你的心得体会 、经验总结以及你部署在线上的 Watchlist 程序。如果你对这本书有改进建议,也欢迎留言反馈。
8+ 欢迎前往代码厨房社区的[ 这个话题] ( https://codekitchen.community/t/topic/64 ) 下打卡纪念,分享你的心得体会 、经验总结以及你部署在线上的 Watchlist 程序。如果你对这本书有改进建议,也欢迎留言反馈。
99
1010
1111## 进阶阅读
You can’t perform that action at this time.
0 commit comments