Skip to content

Commit 8dc8ba4

Browse files
authored
Update README.md
1 parent b4b5e00 commit 8dc8ba4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# web框架
22

33
## app
4-
models.py 数据库
5-
static 资源
6-
templates html页面
4+
* models.py 数据库
5+
* static 资源
6+
* templates html页面
77

88

99
## migrations
1010
数据库迁移
11-
python manage.py db init 创建迁移仓库
12-
python manage.py db migrate -m "initial migration" 创建迁移脚步
13-
python manage.py db upgrade 迁移
11+
+ python manage.py db init 创建迁移仓库
12+
+ python manage.py db migrate -m "initial migration" 创建迁移脚步
13+
+ python manage.py db upgrade 迁移
1414

1515
## requirements
1616
依赖包

0 commit comments

Comments
 (0)