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
Moving away from the the web-application centric Flask to a pure Werkzeug approach will simplify the code to a great extend.
Most Flask functionality, that is currently used, is just a wrapper for the Werkzeug library anyway, so removing that extra layer should make the codebase leaner and more readable.
The text was updated successfully, but these errors were encountered:
Moving away from the the web-application centric Flask to a pure Werkzeug approach will simplify the code to a great extend.
Most Flask functionality, that is currently used, is just a wrapper for the Werkzeug library anyway, so removing that extra layer should make the codebase leaner and more readable.
The text was updated successfully, but these errors were encountered: