Open lbeaufort opened 4 years ago
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
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: