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: worksheet.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Now you're going to set up a basic web application with Flask and Python. You wi
33
33
```bash
34
34
mkdir webapp
35
35
```
36
-
36
+
37
37
`mkdir` means "make directory": a directory is a folder. It can contain files and more folders.
38
38
39
39
1. Navigate into this directory using the `cd` command and pressing **enter**:
@@ -148,7 +148,7 @@ Next you'll modify your existing routes to return full HTML templates rather tha
148
148
</html>
149
149
```
150
150
151
-
1. Save the file as `index.html` in the `templates` directory which you'll find inside `Pi` and then`webapp` directories.
151
+
1. Save the file as `index.html` in the `templates` directory which you'll find inside `pi` and then`webapp` directories.
152
152
153
153
1. Return to your `app.py` file in IDLE and modify the first line of your code to import the `render_template`functionas well:
154
154
@@ -214,7 +214,7 @@ Cascading Style Sheets (CSS) are rules for how HTML content is displayed by the
214
214
215
215

216
216
217
-
You have so far created a number of files and directories. It is worth just double checking your `webapp` project directory which should cotain the following and have a structure like this now:
217
+
You have so far created a number of files and directories. It is worth just double checking your `webapp` project directory which should contain the following and have a structure like this now:
0 commit comments