worked model with adding default admin
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -161,4 +161,7 @@ cython_debug/
|
|||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
*.db
|
*.db
|
||||||
.vscode
|
*.vscode
|
||||||
|
*.json
|
||||||
|
.vscode/settings.json
|
||||||
|
modelbackup.py
|
||||||
|
|||||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.defaultFormatter": "ms-python.autopep8"
|
"editor.defaultFormatter": "ms-python.python"
|
||||||
},
|
},
|
||||||
"python.formatting.provider": "none"
|
"python.formatting.provider": "none"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user