16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "paperless backend",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/manage.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true,
|
|
"args": ["runserver"],
|
|
"django": true
|
|
}
|
|
]
|
|
}
|