79737533

Date: 2025-08-16 22:52:23
Score: 1.5
Natty:
Report link

First-time Django user, I'll add my solution in case it is helpful. I used virtualenvwrapper to create the virtual environment and I suspect this is why the correct interpeter could not be found in either the command palette or the button in the lower right. Because it was stored not in ./venv, but rather in ~/.virtualenv/ENV_NAME/bin.

Entering the path to this interpreter in the command palette seems to have resolved it.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kevin Loughead