{ "version": "0.2.0", "configurations": [ { "name": "Python: Django", "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/manage.py", "cwd": "${workspaceFolder}", "args": ["runserver", "0.0.0.0:8000"], "django": true, "justMyCode": true, "preLaunchTask": "Run db standalone", "env": { "DEBUG": "True" }, } ] }