Debugger does not take into consideration django package installed via source code #18707
Unanswered
himanshu-balasamanta
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you be more specific about what you mean by "does not detect Django"? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Throws the error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed django via src code with
pip intall -e django
. Whilepython3 manage.py
works fine in terminal, the vscode debugger does not detect django.Beta Was this translation helpful? Give feedback.
All reactions