Closed bhushan-mohanraj closed 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.
RedirectMixin
TemplateMixin
RedirectView.dispatch_request
TemplateView.dispatch_request
RedirectMixin
andTemplateMixin
allow other views to extend the behavior required byRedirectView.dispatch_request
andTemplateView.dispatch_request
without extending the methods themselves.