burakkilicaslan / Django_Rest_Framework_Tutorial

This repo is for some works and tutorials about Django Rest Framework
0 stars 0 forks source link

PoC for Django-Rest (Documentation) #3

Open burakkilicaslan opened 4 years ago

burakkilicaslan commented 4 years ago

Django rest guide: Class-based views

Class-based view provides clean code chance and handle some sort of thing automatically. However, complicated problems or use-cases, you need to override some methods in classes or you need to write function based views.