GET, UPDATE, POST, DELETE - Function Views (Django REST framework)

  Рет қаралды 85,620

CodingWithMitch

CodingWithMitch

5 жыл бұрын

Django Rest-framework playlist: bit.ly/2JI909W
High quality programming courses: codingwithmitch.com/courses
In this video I show you how to do GET, POST, PUT, and DELETE requests using the django rest framework. The views use serializers to serialize the data from the server.
#djangorestframework #restapi
Source Code: codingwithmitch.com/courses/b...
Instagram: / codingwithmitch

Пікірлер: 33
@usmonbekravshanov6933
@usmonbekravshanov6933 5 жыл бұрын
I rarely comment on youtube, but I thought this deserved some recognition. The explanation is well-paced, not too slow, nor fast for beginners. Keep up the good work :) Thank you
@elyasdemeke23
@elyasdemeke23 3 жыл бұрын
me too
@rayaangrewal1035
@rayaangrewal1035 5 жыл бұрын
love the course dude !!!
@teodordaskalov6476
@teodordaskalov6476 4 жыл бұрын
amazing, love your style of teaching, and its FAST which I think is great. Thank you!!!
@khalidnawab1406
@khalidnawab1406 4 жыл бұрын
Hey I have been stuck on this, your video really helped me! Thank you!
@MUZIXABA
@MUZIXABA 3 жыл бұрын
Can't believe KZbin recommended me this video in 2020. This is excellent content.
@MsDoritos12
@MsDoritos12 3 жыл бұрын
This tutorial is awesome! Congrats Mitch. But, I'd to know how did you define the values of slug field?!
@paristar3079
@paristar3079 4 жыл бұрын
You deserve a million subs
@PritpalSingh-kz6kt
@PritpalSingh-kz6kt 3 жыл бұрын
Mitch you are amazing hopefully your tutorial solve my project issue
@elyasdemeke23
@elyasdemeke23 3 жыл бұрын
Thanks man. this was a great tutorial
@harshwardhanshinde9550
@harshwardhanshinde9550 3 жыл бұрын
Thanks a lot.. Helped me building my first Django REST API.!
@jimmyaghera1897
@jimmyaghera1897 3 жыл бұрын
Thank you for this Video, It helped me a lot 😊
@약콩이
@약콩이 3 жыл бұрын
thank you! seriously!
@aashayamballi
@aashayamballi 5 жыл бұрын
Thank you :)
@creativesolution4827
@creativesolution4827 4 жыл бұрын
Great!! Спасибо. Raxmat
@randheerkumargautam6433
@randheerkumargautam6433 2 жыл бұрын
how does your view in create post api handle image field in creating post?
@alzy101
@alzy101 3 жыл бұрын
I followed the django rest framework docs and it had me create Viewsets and register to the urlpatterns with a router. Was that unnecessary? What are the benefits of Viewsets as opposed to this and vice versa?
@ladygeraldinevillamilguerr1352
@ladygeraldinevillamilguerr1352 3 жыл бұрын
thanks a lot!
@wanyoikedanny472
@wanyoikedanny472 2 жыл бұрын
always following nice...
@bobbobbo2516
@bobbobbo2516 3 жыл бұрын
My KZbin autoplay of liked videos took me here, for the first 30 seconds i thought it was a CasuallyExplained video until i heard "post data" and "serialize"
@officialspock
@officialspock 3 жыл бұрын
How do you generate the token if you will make the server side?
@venuslifeshorts
@venuslifeshorts 4 жыл бұрын
Thanks much \m/,
@liorbm1
@liorbm1 3 жыл бұрын
Why not use the ViewSet or do all the http methods in one view based function?
@sahajrajmalla
@sahajrajmalla 4 жыл бұрын
what does the request.data returns sir ?
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 жыл бұрын
Hi bro , your videos are very good. But, I have 1 problem while practicing. Whenever, I request POST, django automatically calls GET method after completing POST request... why is it so??
@sahajrajmalla
@sahajrajmalla 4 жыл бұрын
how can i get the final source code of this project? sir
@firdousbhat123
@firdousbhat123 4 жыл бұрын
Where is the account app model?
@mr.yellow3250
@mr.yellow3250 4 жыл бұрын
why are u making 4 different functions, isnt it be better in same function for all get, put, delete and post. We can make if request.method == "post" and then efif request.method == "PUT" and son on ?
@marcoio8742
@marcoio8742 2 жыл бұрын
There's something weird about this. When you changed the title, you haven't updated the slug. So the slug will be different from the title. Doesn't that bother anyone?
@nugrahatech7183
@nugrahatech7183 4 жыл бұрын
I need the code couse I am lazy
@user-bi1ij1po4p
@user-bi1ij1po4p 2 жыл бұрын
👍👍👍👍
@manjuanthvm9641
@manjuanthvm9641 3 жыл бұрын
how to serialize all data using get method BlogPost.objects.all()
@ravshanjonahmadjonov8067
@ravshanjonahmadjonov8067 3 жыл бұрын
where is update
REST API Token Authentication for Mobile Apps
10:44
CodingWithMitch
Рет қаралды 107 М.
Views (Django REST framework)
11:24
CodingWithMitch
Рет қаралды 61 М.
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 4 МЛН
New model rc bird unboxing and testing
00:10
Ruhul Shorts
Рет қаралды 23 МЛН
Looks realistic #tiktok
00:22
Анастасия Тарасова
Рет қаралды 103 МЛН
Scary Teacher 3D Nick Troll Squid Game in Brush Teeth White or Black Challenge #shorts
00:47
Restricting Access with Permissions (Django Rest framework)
10:03
CodingWithMitch
Рет қаралды 31 М.
Django REST Framework Generic Views
34:22
Bryan Brkic
Рет қаралды 1,7 М.
Django REST Framework - Build an API from Scratch
40:39
Caleb Curry
Рет қаралды 208 М.
What is the difference between a PUT and a PATCH request?
9:58
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 382 М.
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 331 М.
Getting Started With Django REST Framework
26:31
Pretty Printed
Рет қаралды 199 М.
Телефон-електрошокер
0:43
RICARDO 2.0
Рет қаралды 1,3 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2 МЛН
Это - iPhone 16 и вот что надо знать...
17:20
Overtake lab
Рет қаралды 88 М.
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 405 М.