Skip to content

Assets functionality probably shouldn't use flask's _request_ctx_stack #176

@rsyring

Description

@rsyring

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions