Skip to content

Instantly share code, notes, and snippets.

View jeffpaterson's full-sized avatar

Jeff Paterson jeffpaterson

View GitHub Profile

Flask Stuff

Notes from 6/28

Today's tasks:

  • Use flask-migrate to manage db state
  • manage flash messages with session
  • hash + salt with flask bcrypt

Setup instructions