Skip to content

Not-Forrest/ECE444-F2020-Lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Forrest Zhang

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

Activity 1

task1

Activity 2

task2

Activity 3

Flask uses context globals to allow functions to treat certain variables as global, but in reality these variables are thread-specific. The context globals are:

Variable Context Description
current_app Application The application instance for active application
g Application Temporary storage variable PER application instance. Reset per request
request Request Content of request sent by client
session Request User session, stores values between requests

About

Lab 2 - Flask Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages