home
clear breadcrumbs
search
login
 
web app
set the server to debug mode: export FLASK_DEBUG=1 create instance of app: export FLASK_APP=flask-blog (be sure to run in same directory) run server with non localhost host: flask run --host='0.0.0.0' run server with python (localhost only): python flask-blog.py