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
Same issue. I can't declare an api outside of application context, because I am using flask globals.
Is there any solution of how I can set up api not in Meta class?
My ORM api instance needs to be dynamically declared (to pass in the API url and login via oauth2).
I've used this technique but is there a better way?
The text was updated successfully, but these errors were encountered: