Interpreter necessary for Django?

Hello,

Currently I am using Visual Studio Code while working on my Django project. But when I started the program the following error pops up:
Interpreter error

Should I select an Interpreter while using my Django project? It works currently fine without…

Is it “strictly” necessary? No. Is it highly desirable? Yes!

You need to do it if you’re going to take advantage of all the Python-related features within VSCode, such as the debugger.

I strongly recommend doing this.

Ken

Thank you Ken,

I have activate the interpreter.