You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Good afternoon all!
I have been reading https://www.packtpub.com/application-development/learn-python-programming-second-edition since November so I am very much new to the Python Community. I am currently on Ch. 14 "Web Development" which indicates to complete the tutorial on djangoproject.com after installing Django of course. when I've run the /> py -m django --version command in the cmd of my PC I receive a ModuleNotFoundError. which the text in the tutorial states is an indication that I did not install Django. If I rerun /> pip install Django==2.1.7 however I receive "requirement is already satisfied Django==2.1.7" So it would appear django is installed but my shell does not recognize it. I hypothesize that I either: did not configure my virtual environment properly, or am pulling up the wrong folder in my cmd. Any advice on how To fix this most likely Elementary mistake would be immensely appreciated. Let me apologize in advance if I either ask for clarification in terminology of any responses(again I am new) or mess up again through out the course of the tutorial and reach out to the community. Thank you!