initial commit in branch caota_test

This commit is contained in:
thienan
2021-06-15 10:51:42 +02:00
parent 0601815ec0
commit 19cc99d7ff
6 changed files with 54 additions and 49 deletions

4
.vscode/launch.json vendored
View File

@@ -8,8 +8,8 @@
"type": "python",
"request": "launch",
"name": "Pserve",
"python": "/Users/phuoc/AppData/Local/Programs/Python/Python37",
"program": "/pyramid10/Scripts/pserve",
"python": "/Users/Thien-An/AppData/Local/Programs/Python/Python37",
"program": "/pyramid/Scripts/pserve",
"args": [
"-v",
"development.ini"

View File

@@ -1,3 +1,2 @@
{
"python.pythonPath": "C:\\pyramid10\\Scripts\\python.exe"
}