Skip to content

Commit bf99a14

Browse files
committed
Fix README
1 parent f002275 commit bf99a14

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ Add all required python packages and libraries to the `requirements.txt` file. U
2222

2323
## Step 6
2424

25-
Add necessary code to your project. All CSS files should be added to the `static/css` folder. All JavaScript file should be added to the `static/js` folder. All images should be added to the `static/img` folder. All HTML files should be added to the `templates` folder. All views should be added to the `app.py` file. All models should be added to the `models.py` file.
25+
Add necessary code to your project.
26+
27+
All CSS files should be added to the `static/css` folder. All JavaScript file should be added to the `static/js` folder. All images should be added to the `static/img` folder.
28+
29+
As you add code to the `static/css`, `static/js` and `static/img` folders, you can remove the `.gitignore` files in these folders.
30+
31+
All HTML files should be added to the `templates` folder.
32+
33+
All views should be added to the `app.py` file.
34+
35+
All models should be added to the `models.py` file.
2636

2737
## Step 7
2838

0 commit comments

Comments
 (0)