Skip to content

Commit 8fe4fea

Browse files
authored
Update my_HOW_TO.MD
1 parent bef43eb commit 8fe4fea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Python/Flask_Blog/my_HOW_TO.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ source Project_name_here/bin/activate
2020

2121
2/ flask run
2222

23-
# create main folders
23+
# create structure
24+
## create folders
2425

2526
1 / static (for css files)
2627

2728
2/ templates (for all templates)
2829

30+
## create structure files
31+
1/ create layout.html
32+
2/ create home/about etc .html-s
33+
2934

0 commit comments

Comments
 (0)