-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research rewrite to remove 'import app' #4448
Labels
Comments
Let me know if you need some eyes on it, I would be happy to help on it, I was reading the source code and maybe dynaconf can help making the code easier to maintain by putting all the registration and configuration in config files. (bias allert! I am the Dynaconf maintainer) My slides on that topic are here: https://skip.gg/flask-factories-flaskcon and recordings |
25 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What we're after:
We should rewrite to remove 'import app'. This is an anti-pattern.
https://flask.palletsprojects.com/en/2.3.x/patterns/appfactories/
This is blocking flask sqlalchemy/sqlalchemy upgrades.
Action items:
Completion criteria:
Future work:
The text was updated successfully, but these errors were encountered: