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

View File

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