Django projects #25564
Django projects
#25564
-
|
I am in the virtual environment but still I get an error that " Django is not recognized when prompt django - admin ........ |
Beta Was this translation helpful? Give feedback.
Answered by
w3Abhishek
Nov 8, 2025
Replies: 1 comment
-
|
Hey @skabey53, pip show djangoIf not installed, install it: pip install djangoAlso make sure your Python virtual environment is active. Hopefully it will resolve your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eleanorjboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @skabey53,
Try verifying if django is installed with following command:
If not installed, install it:
Also make sure your Python virtual environment is active.
Hopefully it will resolve your issue.