If not installed, install it:
\npip install djangoAlso make sure your Python virtual environment is active.
\nHopefully it will resolve your issue.
","upvoteCount":1,"url":"https://github.com/microsoft/vscode-python/discussions/25564#discussioncomment-14909255"}}}-
|
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.
-
|
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.
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.