mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-07-01 10:23:11 -07:00
Compare commits
2 Commits
d406ff6508
...
7ba4063a84
Author | SHA1 | Date | |
---|---|---|---|
7ba4063a84 | |||
6f693c93dc |
4
.flaskenv.example
Normal file
4
.flaskenv.example
Normal file
@ -0,0 +1,4 @@
|
||||
# use this when developing locally with `flask run`
|
||||
FLASK_APP=todo.py
|
||||
FLASK_RUN_HOST="some_host_name"
|
||||
FLASK_DEBUG="true"
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.env
|
||||
.flaskenv
|
||||
__pycache__/
|
Loading…
x
Reference in New Issue
Block a user