Skip to content

Commit 6b050cd

Browse files
chore: update readme
1 parent 28ab37e commit 6b050cd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Welcome to pythoncms
22

33

4-
Local dev
4+
## Local dev
55

66
Install package
77

@@ -24,6 +24,18 @@ flask db migrate
2424
flask db upgrade
2525
```
2626

27+
run
28+
29+
```
30+
flask --debug run
31+
```
32+
33+
dashboard
34+
35+
```
36+
http://127.0.0.1:5000/dashboard/
37+
```
38+
2739
## Theme
2840

2941
Themes are located at '/static/themes/'

0 commit comments

Comments
 (0)