microblog-python

Learning Flask by doing Miguel Grinberg posts

run:

source venv/bin/activate
flask run

Debug:

source venv/bin/activate
export FLASK_DEBUG=1
flask run

All commits should be signed by GPG.