Extension is not multi-app safe
mitsuhiko opened this issue · 1 comments
mitsuhiko commented
Hey,
Flask extensions must only store references to app if the app was passed to the constructor and should provide a init_app
function that allows the extension to be used with multiple apps.
kennethreitz commented
🍰