Django Generic Views CRUD Operations in Rest Framework

preview_player
Показать описание
We are discussed the Generic Views CRUD Operations in Django Rest Framework.

Types of Views
1. Function Based Views - @api_view([‘GET', 'POST'])
2. Class Based - class ClassName(APIView):
3. Generic Views - class ClassName(generics.ListCreateAPIView):
4. ViewSets - class UserViewSet(viewsets.ViewSet):
5. Mixins

✺ Previous Django Rest framework Videos :

♂ Django Rest Framework - Introduction Video - Chapter 1

♂ Django Rest Framework Tutorial -Installation and Setup -Chapter 2

♂ Django Rest Framework Tutorial -Serializers -Chapter 3

♂Django Rest Framework Tutorial -How to Serialize the Data without Model ?-Chapter 4

♂Types of Views in Django Rest Framework -Chapter 5

♂Class Based Views in Django Rest API- Chapter 6

♂APIView CRUD Operatons Django Rest Framework Chapter7

♂Django Mixins CRUD Operations in Rest Framework Chapter8

Official website :

🎥 Django Tutorial - Health Insurance Claim Project

🎤 Good Tech Talks Playlist

◉ Watch other AI videos

♂DataScience Dialogue - Open Source GPU DataScience #1
♂DataScience Dialogue - AutoML and DataRobot Demo #2
♂DataScience Dialogue - Machine Learning & NLP Best Practices #3

📱Please join in 🎭 Our Social Networking platforms🎭 for quick updates
————————————————-

#pythonapi #django #djangorestframework
Рекомендации по теме
Комментарии
Автор

In general, in your videos you do a fantastic overview. It's helping me A LOT, congratulations!

rebecacamilo
Автор

Please make a video on foreign key, primary key, , one to one fileds, many to one fields and more

anandraj