ned2 / slapdash

Boilerplate for bootstrapping scalable multi-page Dash applications
MIT License
253 stars 31 forks source link

Document availability of Flask instance storing Dash params #15

Closed ned2 closed 2 years ago

ned2 commented 5 years ago

Slapdash is setup to use the Flask instance's config object to store Dash parameters. These are updated after Dash.init is called, so that they are safe to be used at runtimem via Flask's convenient current_app global. This means we can access Dash config without having to worry about import order

ned2 commented 2 years ago

Slapdash no longer has this feature so closing