Skip to content

Commit 8f59cd6

Browse files
committed
Fix Django version from pip freeze output
1 parent 3e3ea85 commit 8f59cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Django, Gunicorn and Whitenoise:
290290
[subs="specialcharacters,quotes"]
291291
----
292292
$ *pip freeze | grep -i django*
293-
Django==4.2.7
293+
Django==4.2.11
294294
295295
$ *pip freeze | grep -i django >> requirements.txt*
296296
$ *pip freeze | grep -i gunicorn >> requirements.txt*

0 commit comments

Comments
 (0)