File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ $ *docker build -t superlists . && docker run \
185
185
----
186
186
187
187
And if you take another manual look at your site, things should look much healthier.
188
- Let's rerun our FTs to confirm:
188
+ Let's rerun our FTs to confirm: // JAN: That doesn't work until you install whitenoise to venv on local machine
189
189
190
190
[role="small-code"]
191
191
[subs="specialcharacters,macros"]
@@ -229,6 +229,8 @@ I'm sure you'll come across many others.]
229
229
230
230
The `pip freeze` command will show us everything that's installed in our virtualenv at the moment:
231
231
232
+ // JAN: This is true only if one installs the libraries locally. So far when following the book we installed them only inside Docker image
233
+
232
234
[subs="specialcharacters,quotes"]
233
235
----
234
236
$ *pip freeze*
You can’t perform that action at this time.
0 commit comments