Django REST Framework Generic Views

Описание к видео Django REST Framework Generic Views

🔥 Subscribe to my YouTube + Turn on Notification Bells!
👉    / @bryanbrkic  

Follow Me on Twitter -   / bryanbrkic  
Follow Me on IG -   / bryanbrkic  
Follow my Facebook Page -   / bryanbrkicfb  

Hey, Bryan here. I share videos that help web developers up their development skills!

Today I'll be sharing a tutorial showing you how to use the Generic Views in Django REST Framework.

Here is an overview of the things you will learn in this tutorial project:
1. How generic views work behind the scenes.
2. How to perform individual operations with the generic view.
3. How to perform multiple operations with one generic view.
4. How to build a full CRUD API with just a few lines of code with generic views.
5. And more!

Timestamps
0:00 - Intro
0:45 - How Generic Views work
2:04 - Initial Setup
5:03 - ListAPIView
9:00 - CreateAPIView
13:25 - RetrieveAPIView
15:26 - UpdateAPIView
18:34 - DestroyAPIView
20:05 - ListCreateAPIView
25:02 - RetrieveUpdateAPIView
28:13 - RetrieveDestroyAPIView
30:18 - RetrieveUpdateDestroyAPIView
33:48 - Outro

To stay up to date with the best web development content, make sure you subscribe to My YouTube channel Today!

Documentation links used in the video:
Django REST Framework: https://www.django-rest-framework.org/

Комментарии

Информация по комментариям в разработке