Improved structure
- Flask app factory instead of initializing `app` variable - Gunicorn for production server - Makefile: python3 -m - .gitignore: instance dir
This commit is contained in:
parent
058bcd13e5
commit
9ead8a457c
6 changed files with 30 additions and 18 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@ __pycache__/
|
|||
.mypy_cache/
|
||||
|
||||
venv/
|
||||
instance/
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Reference in a new issue