Skip to content

MichaelYingEngineering/ECE444-F2020-Lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ECE444-F2020-Lab2

Michael Ying

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

Activity 1

alt text

Activity 2

alt text

Activity 3

Briefly summarize the Flask context globals:

The Flask context globals are variables that can be used when application and request contexts are activated. The contexts are activated to handle or dispatch requests. The current_app variable is the active application instance, g is an object used for temporary storage, request is an object containing information on the current request, and session is a dictionary which stores values that last between requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages