Skip to content

shadman2606/ECE444-F2020-Lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ECE444-F2020-Lab2

Shadman Siddiqui

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

Activity 1

Activity 1 picture

Activity 2

Activity 2 picture

Activity 3

Flask uses two contexts: the application context and the request context. The application context contains the following globals:

  • current_app: instance of the current flask app
  • g: object used for temporary storage while handling requests

The request context contains the following globals:

  • request: object containing HTTP request
  • session: dictionary of values preserved across requests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages