There are, in my opinion, two cases of the need for class (-generic) -views:
- You really need common features in your views and a little more.
- Django , .
- , . , , TemplateView , ( ). .
EDIT. , , , request.method 405 Method Not Allowed, . , , if request.method=='POST' if request.method=='GET', post get.