Django projects
#25564
|
I am in the virtual environment but still I get an error that " Django is not recognized when prompt django - admin ........ |
Answered by
vaultdmn
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. |
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.