Django cannot be recognized
I am doing a coding course where I’ll be learning all about Django. From this, it is correct to assume that I am new to everything Django. In the course, I am at the point where I must install Django. The instructor said to use my computer’s terminal to install Django. He also said to install Django 2.0.2, as that is the version he would be using. The command he had me use was pip3 install django==2.0.2
. Everything installed normally, but when I tried to open Django with Django-admin
, I was met with this error: django: The term 'django' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Cant run django-admin in windows11
I was trying to start a new project in django and ran into this error.enter image description here i already created venv and installed django with venv activated.But even after successfull installlation of django i can’t run django-admin command (it gives above error).