remettre demandes.pt comme avant
This commit is contained in:
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@@ -8,11 +8,12 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"name": "Pserve",
|
||||
"python": "/Users/Thien-An/AppData/Local/Programs/Python/Python37",
|
||||
"program": "/pyramid/Scripts/pserve",
|
||||
"python": "C:/pyramid10/Scripts/python.exe",
|
||||
"program": "/pyramid10/Scripts/pserve.exe",
|
||||
"args": [
|
||||
"-v",
|
||||
"development.ini"
|
||||
"development.ini",
|
||||
"--reload"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"debugOptions": [
|
||||
|
||||
Reference in New Issue
Block a user