Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
paatre opened this issue Apr 14, 2024 · 1 comment

Comments

@paatre
Copy link

paatre commented Apr 14, 2024

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*
----
This was referenced Apr 14, 2024
@hjwp
Copy link
Owner

hjwp commented Apr 15, 2024

thanks! I've fixed that 😊

@hjwp hjwp closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants