Skip to content

Commit 450309f

Browse files
authored
Merge pull request #205 from SSteve/SSteve-chap10-1
Typo: move "for"
2 parents 28c96a8 + d30d8a2 commit 450309f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapter_09_docker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ ERRO[0000] error waiting for container: context canceled
13711371

13721372
TIP: if you see an error saying: `django.db.utils.OperationalError`: "unable to open database file",
13731373
try stopping the container, `rm -rf src/db.sqlite3`, then re-run the migrate command
1374-
_outside_ the container, and the rebuild and run your image.
1374+
_outside_ the container, and then rebuild and run your image.
13751375

13761376

13771377
And we check the FTs again.

chapter_10_production_readiness.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ There are many ways to serve them in production:
136136
you can use a web server like Nginx, or a CDN like Amazon S3,
137137
but in our case, the most straightforward thing to do
138138
is to use https://whitenoise.readthedocs.io/[Whitenoise],
139-
a Python library for expressly designed serving staticfootnote:[
139+
a Python library expressly designed for serving staticfootnote:[
140140
Believe it or not, this pun didn't actually hit me until I was rewriting this chapter.
141141
For 10 years it was right under my nose. I think that makes it funnier actually.]
142142
files from Python.

0 commit comments

Comments
 (0)