Salas Blog
  • Home
  • Blog
  • Link Blog
  • Pages
  • + New Post
admin

Preserving global state in a flask application

July 29, 2021

Preserving global state in a flask application
I am trying to save a cache dictionary in my flask application.
As far as I understand it, the Application Context, in particular the flask.g object should be used for this.

Setup:

import flask …

July 29, 2021 at 02:11PM

Admin Actions

Edit Post
← Structuring a Large Production Flask Application The Application Context — Flask Documentation (2.0.x) →

© Salas Blog. All rights reserved.