remettre demandes.pt comme avant

This commit is contained in:
2021-08-23 12:15:45 +02:00
parent 0f37a80263
commit 4a0810acb3
6 changed files with 26 additions and 6 deletions

7
.vscode/launch.json vendored
View File

@@ -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": [

View File

@@ -1,5 +1,5 @@
{
"html.validate.scripts": false,
"editor.minimap.enabled": false,
"python.pythonPath": "C:\\Users\\Thien-An\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
"python.pythonPath": "C:\\pyramid10\\Scripts\\python.exe"
}