Issue
I have a django app inside a container that is deployed in a remote server. I have successfully set up VSC in order to debug my app. I have started debugging my django app but I get the error ModuleNotFound while debugging.
Obviously, since the django app is deployed and working perfectly, all requirements modules do exists. Despite that, I get this error. Any ideas?
Solution
I think that you need to choose your python interpreter with installed Django.
Usually it placed on \venv\Scripts\bin\python
Answered By - sigalgleb
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.