Skip to content

Commit 20f0868

Browse files
authored
Merge pull request #217 from hjwp/20240328_jg_chapter_10_review
Review chapter_10_production_readiness.asciidoc
2 parents e9837c2 + 33bbb7d commit 20f0868

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ $ *docker build -t superlists . && docker run \
185185
----
186186

187187
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
189189

190190
[role="small-code"]
191191
[subs="specialcharacters,macros"]
@@ -229,6 +229,8 @@ I'm sure you'll come across many others.]
229229

230230
The `pip freeze` command will show us everything that's installed in our virtualenv at the moment:
231231

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+
232234
[subs="specialcharacters,quotes"]
233235
----
234236
$ *pip freeze*

0 commit comments

Comments
 (0)