You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should probably go on the app context stack (which, despite the name, is refreshed for every request). This can be accessed at flask.g although some thought maybe should be given to name-spacing instead of just doing flask.g.assets. Maybe flask.g.keg-assets would be sufficient but still seems a bit presumptive.
The text was updated successfully, but these errors were encountered:
It should probably go on the app context stack (which, despite the name, is refreshed for every request). This can be accessed at
flask.g
although some thought maybe should be given to name-spacing instead of just doingflask.g.assets
. Maybeflask.g.keg-assets
would be sufficient but still seems a bit presumptive.The text was updated successfully, but these errors were encountered: