add user mngmt site command

This commit is contained in:
2022-01-22 15:05:10 +01:00
parent f2475fbafc
commit cba605cfd9
26 changed files with 903 additions and 467 deletions

16
.vscode/launch.json vendored
View File

@@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: File corrente",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

View File

@@ -1,4 +1,4 @@
{
"python.pythonPath": "/usr/bin/python3.8",
"python.formatting.provider": "yapf"
"docwriter.style": "Google",
"python.formatting.provider": "autopep8"
}