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
We need to clarify that app.config is not going to be the same as boiler.config.Config and its derivatives. It would rather be created from these objects and actually be an instance of flask.config.Config instead.
We need to clarify that
app.configis not going to be the same asboiler.config.Configand its derivatives. It would rather be created from these objects and actually be an instance offlask.config.Configinstead.