Thursday, 15 September 2022

Django function based view vs class based view for API

 https://dimgeo.com/posts/function-vs-class-based-views-in-django-rest/



When you want more custom feature, not using db at all use function based view


for short and fast and db usage use class  based view

No comments:

Post a Comment