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

Add support for pluggable views #79

Open
jcass77 opened this issue Sep 18, 2016 · 1 comment
Open

Add support for pluggable views #79

jcass77 opened this issue Sep 18, 2016 · 1 comment

Comments

@jcass77
Copy link
Contributor

jcass77 commented Sep 18, 2016

To make stormpath-flask truly customizable, we probably need to allow users to override the Flask views in addition to the HTML templates (which is already supported).

This would most likely involve converting the current view functions to pluggable class-based views, which would be much more flexible and make it easier to enhance some of the current views and WTForms.

@rdegges
Copy link
Contributor

rdegges commented Sep 19, 2016

Agree 100%. This has been on the todo list for quite a while now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants