hjwp / Book-TDD-Web-Dev-Python

Book - TDD web dev with Python
https://www.obeythetestinggoat.com
Other
484 stars 175 forks source link

Chapter 10: Django 4.2.7 still displayed as the result of pip freeze | grep -i django #225

Closed paatre closed 5 months ago

paatre commented 5 months ago

In chapter_10_production_readiness.asciidoc, when the requirements.txt is created by adding, there's still an old Django version displayed even though in the next sourcecode section, the Django version is 4.2.11:

[subs="specialcharacters,quotes"]
----
$ *pip freeze | grep -i django*
Django==4.2.7 << HERE

$ *pip freeze | grep -i django >> requirements.txt*
$ *pip freeze | grep -i gunicorn >> requirements.txt*
$ *pip freeze | grep -i whitenoise >> requirements.txt*
----
hjwp commented 5 months ago

thanks! I've fixed that 😊