Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 606 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 606 Bytes

This repo is a clone of https://github.com/miguelgrinberg/flasky

Activity 1: Installation

alt text

Activity 2: Creating a repo in your own GitHub account and replay the text book example alt text

Activity 3: Answer to "Briefly summarize what are the Flask context globals."

Answer: Flask uses contexts to make certain variables act like global variables and when you access them you get access to the object for your current thread.