16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: Django",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"args": [
|
|
"runserver"
|
|
],
|
|
"django": true,
|
|
"autoStartBrowser": false,
|
|
"program": "${workspaceFolder}/manage.py"
|
|
}
|
|
]
|
|
}
|