You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,17 @@ Add all required python packages and libraries to the `requirements.txt` file. U
22
22
23
23
## Step 6
24
24
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.
0 commit comments