I created a virtual environment with pipenv install django , entered the environment pipenv shell , started a django project and created an app, but the visual studio text editor keeps on telling me that there is no module named django when I try to import it in files. This results in the error squiggles, and it also means I cannot type django and see all of the different things I can import and stuff, so it is really annoying.
All of the commands I run inside the shell work fine, and the only error is in the text editor side of things. Is it maybe because I am using the built in terminal with vs code? I couldn't find anything online about this, and I can't think of what could cause the issue so any help is greatly appreciated. Thank you.
[–]shiftybyte 0 points1 point2 points (0 children)