Skip to content
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

Fade out Flask framework in favor of a pure Werkzeug approach #27

Open
cutoffthetop opened this issue Jul 29, 2013 · 0 comments
Open

Fade out Flask framework in favor of a pure Werkzeug approach #27

cutoffthetop opened this issue Jul 29, 2013 · 0 comments
Assignees

Comments

@cutoffthetop
Copy link

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.

@ghost ghost assigned cutoffthetop Jul 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant