Skip to content

Commit acd2a62

Browse files
committed
idk or this in 10
1 parent 21238a8 commit acd2a62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ files from Python.
143143
Let's install it first:
144144

145145

146+
[subs="specialcharacters,quotes"]
146147
----
147-
pip install whitenoise
148-
pip freeze | grep -i whitenoise== >> requirements.txt
148+
$ *pip install whitenoise*
149+
$ *pip freeze | grep -i whitenoise== >> requirements.txt*
149150
----
150151

151152
Then we tell Django to enable it:

0 commit comments

Comments
 (0)