2023-12-12 22:04:29 +00:00

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
}
]
}