pkmntrade.club/.vscode/launch.json

15 lines
No EOL
379 B
JSON

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