worked model with adding default admin

This commit is contained in:
danamir
2023-06-18 13:09:55 +03:00
parent aff62e048e
commit 05e42ca382
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@@ -161,4 +161,7 @@ cython_debug/
#.idea/
*.db
.vscode
*.vscode
*.json
.vscode/settings.json
modelbackup.py

View File

@@ -1,6 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
"editor.defaultFormatter": "ms-python.python"
},
"python.formatting.provider": "none"
}