Live Coding - Building Blog API Using Class Based Views of Django REST Framework
Channel:
Subscribers:
5,080
Published on ● Video Link: https://www.youtube.com/watch?v=B9kupDBXMwY
Live Coding - Building Blog API Using Class Based Views of Python Django REST Framework.
In this video we build an Blog API using the Python Django Rest Framework with Class Based Views. The most significant advantage of the class-based view is inheritance. In the class-based view, you can inherit another class, and it can be modified for the different use cases. It helps you in following the DRY principle. You won't have to write the same code over and over in your boilerplate. Now, let's start with the musical accompaniment.
Code for this project https://github.com/moh-ariful/blog_API_using-ClassBasedViews_Django_Rest_Framework
Other Videos By Info Tech
Tags:
Python
Django
Django Rest Framework
API
Class Based Views
live coding