79500474

Date: 2025-03-11 10:57:17
Score: 0.5
Natty:
Report link

Add to .vscode/settings.json:

"python.testing.unittestArgs": [],
"python.testing.unittestEnabled": true,

In root of your project create a .env file:

MANAGE_PY_PATH=manage.py

if you don't want create .env file in root, add to .vscode/settings.json:

"python.envFile": "${workspaceFolder}/-your-folder-/.env"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sav21age