Set up the bones of a Flask app with configuration
This commit is contained in:
parent
0909fd7e99
commit
a7fdd6cbd0
7 changed files with 131 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
*.pyc
|
||||
__pycache__/*
|
||||
.env
|
||||
config.json
|
||||
result
|
||||
todo.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue