Home > Articles > Notes: Boston Django Meetup, Intro to Flask, 25 June 2015

Notes: Boston Django Meetup, Intro to Flask, 25 June 2015

On 25 June 2015, Ned Jackson Lovely spoke about Flask at the Boston Django Users Meetup Group. I took some notes and am putting them here so I don't lose them; they may or may not be useful to others. Theses notes are not exhaustive.


Functions that are decorated with @flaskapp.route() should return:

Sessions in Flask are interesting

Blueprints:

Deploying: