Skip to content

Commit 3e617cb

Browse files
authored
Merge pull request #125 from AriAbr/ch-10-typo
Fix typo in chapter 10
2 parents 542b876 + a3147de commit 3e617cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_making_deployment_production_ready.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ _settings.py_ that we want to change for production:
438438
leaving those pages full of tracebacks available to the world
439439
https://docs.djangoproject.com/en/1.11/ref/settings/#debug[isn't secure].
440440
441-
* `SECRET_KEY` is used by Django uses for some of its crypto--things like cookies
441+
* `SECRET_KEY` is used by Django for some of its crypto--things like cookies
442442
and CSRF protection. It's good practice to make sure the secret key on the
443443
server is different from the one in your source code repo, because that code
444444
might be visible to strangers. We'll want to generate a new, random one but

0 commit comments

Comments
 (0)