17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Flask",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "test2.py",
|
|
"console": "integratedTerminal",
|
|
"args": [
|
|
]//,"django": true
|
|
}
|
|
]
|
|
}
|