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
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Today, I was trying to handle configurable extensions commands availability. That is, I want to be able to add commands to my manager based on the available extensions configured with my application.
The thing is, I only know which commands are to be loaded after my Flask instance was created. If it was possible to have the Flask instance created before processing commands, I could load the "dynamic" commands, per extension, with easy.
The text was updated successfully, but these errors were encountered:
Today, I was trying to handle configurable extensions commands availability. That is, I want to be able to add commands to my manager based on the available extensions configured with my application.
The thing is, I only know which commands are to be loaded after my Flask instance was created. If it was possible to have the Flask instance created before processing commands, I could load the "dynamic" commands, per extension, with easy.
The text was updated successfully, but these errors were encountered: