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

Use Class views in ProSoul #78

Merged
merged 9 commits into from
Sep 29, 2018
Merged

Use Class views in ProSoul #78

merged 9 commits into from
Sep 29, 2018

Conversation

acs
Copy link
Contributor

@acs acs commented Sep 28, 2018

No description provided.

Alvaro del Castillo added 9 commits September 24, 2018 19:11
I have decided not to use them in ProSoul because it is simpler to implement
the logic desired without them (i.e. all the HTTP methods except POST must share
the same logic. With class views you need to add a specific method class).
I have decided to use class based views because auth mixins are
pretty powerful and add few code. And also, extra logic can be
added easily with new mixins, like supporting only the HTTP post and
executing a configured action in a View.
@acs acs merged commit 79b20cc into master Sep 29, 2018
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

Successfully merging this pull request may close these issues.

1 participant