bhushan-mohanraj / fsw

A modular library for Flask apps.
MIT License
2 stars 0 forks source link

Add mixins for `RedirectView` and `TemplateView`. #4

Closed bhushan-mohanraj closed 2 years ago

bhushan-mohanraj commented 2 years ago

RedirectMixin and TemplateMixin allow other views to extend the behavior required by RedirectView.dispatch_request and TemplateView.dispatch_request without extending the methods themselves.