2023-09-30 18:57:34 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2024-04-14 04:10:45 +00:00
|
|
|
"name": "Debug Baby Buddy",
|
|
|
|
"type": "debugpy",
|
2023-09-30 18:57:34 +00:00
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceFolder}/manage.py",
|
2024-04-14 04:10:45 +00:00
|
|
|
"python": "${workspaceFolder}/.venv/bin/python",
|
2023-09-30 18:57:34 +00:00
|
|
|
"env": {
|
|
|
|
"DEBUG": "False"
|
|
|
|
},
|
|
|
|
"args": [
|
|
|
|
"runserver"
|
|
|
|
],
|
2024-04-14 04:10:45 +00:00
|
|
|
"console": "integratedTerminal",
|
2023-09-30 18:57:34 +00:00
|
|
|
"django": true,
|
|
|
|
"justMyCode": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|