Тёмный
No video :(

Django Rest Framework | How to Create a RESTful API Using Django | Django Tutorial | Edureka 

edureka!
Подписаться 4,2 млн
Просмотров 378 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 238   
@alexbarasa3816
@alexbarasa3816 4 года назад
No. No. This tutorial deserves more likes and views. There are those that know and those that can teach. You are a Teacher. I have spent a whole day trying to understand APIs and REST APIs. Just about to give up, and with only 23:03 mins, You made me understand. Thank YOU.
@alexandrevr7169
@alexandrevr7169 3 года назад
"A REST API is a set of web adresses that respond with pure information, not a formatted web page". Finally a definition I can understand. Thanks!
@godfredowusu
@godfredowusu 6 лет назад
Hi when you make corrections behind the scenes, try to notify viewers what corrections were made, some beginners might not figure it out quickly
@edurekaIN
@edurekaIN 6 лет назад
Hey Godfred, thank you for bringing this up. We will definitely keep this in mind for our future tutorials. Do subscribe and stay connected with us. Cheers :)
@hardikrajpal2410
@hardikrajpal2410 2 года назад
Dude sis, I was gonna watch like a two-hour long video on the rest framework. Bless you.
@edurekaIN
@edurekaIN 2 года назад
We are super happy that Edureka is helping you learn better. Your support means a lot to us and it motivated us to create even better learning content and courses experience for you . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
@tallapudigurunadharao6028
@tallapudigurunadharao6028 6 лет назад
the word "excellent" is not enough............simply Thank u sooo much
@edurekaIN
@edurekaIN 6 лет назад
Thank you for the kind words :) Do subscribe and stay connected to us. Cheers :)
@shailendramisra1354
@shailendramisra1354 4 года назад
from django.contrib import admin from django.urls import path from rest_framework.urlpatterns import format_suffix_patter from webapp import views urlpatterns = [ path('admin/', admin.site.urls), path(r'^employees/',views.emplyeelist.as_view()), ] we face error IndentationError: unexpected indent
@nikhilrajbhar7980
@nikhilrajbhar7980 3 года назад
You cleared my concept so beautifully. Thank you
@manishmeshram51
@manishmeshram51 5 лет назад
What an amazing explanation given by her. Loved it. I should have landed in this video before.
@ashutoshsharma6621
@ashutoshsharma6621 2 года назад
Very will explain
@ravikiranpalaparthi615
@ravikiranpalaparthi615 Год назад
Thank you so much Aayushi madam.
@edurekaIN
@edurekaIN Год назад
You're welcome 😊 Glad it was helpful!!!
@karimkazia
@karimkazia 3 года назад
excellent trainer and Video. one shot on my own project and it worked. !!!!
@gautamyadav150
@gautamyadav150 2 года назад
100% working....Great maam
@Ladsoftware
@Ladsoftware 4 года назад
Linux and Python = LOVE great video
@MohammedJaseemTp
@MohammedJaseemTp Год назад
crystal clear explanation !
@edurekaIN
@edurekaIN Год назад
Thank you 😊 Glad it helped !! and Keep learning with us
@ashmitha2287
@ashmitha2287 3 года назад
I am a beginner it helps me a lot. your explanations are amazing
@pratishrai724
@pratishrai724 4 года назад
Very very very very very nice tutorial. It helped me a lot. Thank You!!!
@radeonblue1816
@radeonblue1816 2 года назад
Very good tutorial. THanks.
@edurekaIN
@edurekaIN 2 года назад
Glad it was helpful!
@ankursingh7680
@ankursingh7680 2 года назад
Very Helpful. Thanks..
@gunjanshrimali2565
@gunjanshrimali2565 3 года назад
Best Ever Explain ! in past no one can explain this type. great explain. Thank you so much.
@edurekaIN
@edurekaIN 3 года назад
Hey:) Thank you so much for your sweet words :) Really means a lot ! Glad to know that our content/courses is making you learn better :) Our team is striving hard to give the best content. Keep learning with us -Team Edureka :) Don't forget to like the video and share it with maximum people:) Do subscribe the channel:)
@garimabareja9369
@garimabareja9369 6 лет назад
Please share how to use POST , PUT in REST API using DJANGO...
@edurekaIN
@edurekaIN 6 лет назад
Firstly, we create the Django model for the data that will be submitted using PUT/POST through the REST API. Next, we create the view that defines the type of data that will be submitted along with the PUT/POST request.The user inputs the data to the API via a form. So you need to create a form and that form will be instantiated in the view that is just created. Hope this helps! :)
@ThienDiaVoTri
@ThienDiaVoTri 6 лет назад
I love the "thank you bye bye" part
@manojkbn
@manojkbn Год назад
Useful one, thanks.
@edurekaIN
@edurekaIN Год назад
You’re welcome 😊 Glad it was helpful!
@athiramolsali4196
@athiramolsali4196 4 года назад
Thank you...It is very usefull video..thank u so much
@sayeedamin1832
@sayeedamin1832 4 года назад
দিন শেষে ত ভালই বুঝাইলা Thank you . It great tutorial
@vanshajmittal5767
@vanshajmittal5767 4 года назад
I cleared my long lost doubt today..thank you ..great tutorial
@ShivKumar-lg7rc
@ShivKumar-lg7rc 3 года назад
thanks for explain in easy and great way.
@shechan456
@shechan456 2 года назад
@edureka! I have a doubt, i pass the data through name variable , from html to djnago backend, where is the use of api in website then
@user-od6sn5zy1z
@user-od6sn5zy1z Год назад
Thanks buddy
@devendrapatel2019
@devendrapatel2019 3 года назад
Excellent
@haibhanu
@haibhanu 2 года назад
Very Nice Explanation..Thanking you.. I have doubt..How can we securely allow access to limited users..?
@kamaleshpramanik7645
@kamaleshpramanik7645 3 года назад
Thank you very much Madam ...
@edurekaIN
@edurekaIN 3 года назад
You're welcome 😊 Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
@graycybermonk3068
@graycybermonk3068 5 лет назад
Ma'am You are really awesome lecturer. I am following your all lecturer. I have learnt lots of python from your tutorial. Thanks for every thing. Respect. I hope in future I will get lots of help from you.
@edurekaIN
@edurekaIN 5 лет назад
Thanks for appreciating our efforts. We are delighted to know that you loved our video. Do subscribe to our channel and stay connected with us. Cheers :)
@vsolvengg3150
@vsolvengg3150 6 лет назад
Nicely Worked
@ashutoshsharma6621
@ashutoshsharma6621 2 года назад
Subscribed just after seeing this vedio. Good job . Keep it up.
@edurekaIN
@edurekaIN 2 года назад
Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
@amishashukla1944
@amishashukla1944 4 года назад
Well explained...Thank you sooo much😇
@Waleed-hf9ic
@Waleed-hf9ic 3 года назад
Thank you for this video
@biniesh7097
@biniesh7097 Год назад
just thank you!
@edurekaIN
@edurekaIN Год назад
You're welcome!
@frankhk2979
@frankhk2979 6 лет назад
Before presentation provide versions of the technologies you are using. I got perfect result using django=1.10, python 3.6.3,
@edurekaIN
@edurekaIN 6 лет назад
Hey Frank, sure. We will keep this in mind from here onwards. Thank you for pointing this out. Cheers :)
@ronniemanral5713
@ronniemanral5713 2 года назад
Pls tell me what the difference between in normal API and Restful API
@addykulkarni
@addykulkarni 4 года назад
Thank You for such a crystal clear explanation !
@AhmedurRahmanShovon
@AhmedurRahmanShovon 6 лет назад
A nice compact tutorial. It would be great if it includes the complete CRUD functionalities. Thank you.
@edurekaIN
@edurekaIN 6 лет назад
Hey Ahmedur! Thank you for appreciating our work. We will definitely look into your suggestions. Cheers :)
@bibinthomas8144
@bibinthomas8144 6 лет назад
Hi thank you for giving a good leacture about RestFramework. I have a one question, "What is the difference between a django web response and a restful api response?"
@kishantiwari3221
@kishantiwari3221 3 года назад
Great Tutorial. Thanks
@nealwaga
@nealwaga 2 года назад
Thank you so much! I appreciate it!
@edurekaIN
@edurekaIN 2 года назад
Hey:) Thank you so much for your sweet words :) Really means a lot ! Glad to know that our content/courses is making you learn better :) Our team is striving hard to give the best content. Keep learning with us -Team Edureka :) Don't forget to like the video and share it with maximum people:) Do subscribe the channel:)
@sachinnegi9826
@sachinnegi9826 2 года назад
Mam when i add employee name it's gives name as employee obj 1 why..?
@deepakgambhir6441
@deepakgambhir6441 6 лет назад
Hey, this was really great. Q: how do we call these apis using the front end? So lets for example, we want to save a data (employee name, Employee email id, timestamp) to the model on the click of the "save" button in HTML page.
@edurekaIN
@edurekaIN 6 лет назад
Hey, the correct way to enter data from the front-end is to use ModelForms. REST APIs are generally not used for this purpose. REST APIs are often used only to extract specified data from the Django Database, not to enter data into the database/model itself. Hope this helps. cheers!
@prashantchouksey6451
@prashantchouksey6451 5 лет назад
You are fantastic ayushi thanks for the tutorial
@edurekaIN
@edurekaIN 5 лет назад
Thanks for the compliment Prashant! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
@hamedmolaei
@hamedmolaei 3 года назад
thank you it was very helpful to me
@beshelikwen4769
@beshelikwen4769 6 лет назад
Clear, precise, simple and nice tutorial. I might want to work with you on some projects
@faustomarquez1975
@faustomarquez1975 6 лет назад
Great! Well explained and helpful. Thanks a lot
@edurekaIN
@edurekaIN 6 лет назад
Hey Fausto, we are glad to have helped. Do check out our playlist on Django here: bit.ly/2IgEki1 Hope you find this useful too :)
@elenaperez6327
@elenaperez6327 2 года назад
Fantastic video! Thank you! 😀 Can I ask you what would be the best way to make an API that displays images? How would I do that with a database of images? I am not sure where to start. Any advice would be amazing!
@skhynixworld8142
@skhynixworld8142 5 лет назад
Thank you so much..You explained so well. Cleared all my query.
@edurekaIN
@edurekaIN 5 лет назад
Thank you for appreciating our efforts. Do subscribe, like and share to stay connected with us. Cheers :)
@ilovesudan
@ilovesudan 4 года назад
Excellent and informative tutorial. Thank you for uploading.
@viveknmit
@viveknmit 6 лет назад
Simple and Clear. Keep it up !!
@edurekaIN
@edurekaIN 6 лет назад
Hey Vivek Thank you for appreciating our work. Do subscribe, like and share to stay connected with us. Cheers :)
@miguelnuno928
@miguelnuno928 4 года назад
I love you guys. You are amazing. I wish you all the best. You change lifes, really.
@tallalhabib4526
@tallalhabib4526 5 лет назад
A wonderful video tutorial for beginners. If 5 star rating was available I will definitely give 5 star.
@edurekaIN
@edurekaIN 5 лет назад
Hey Tallal, we are glad you feel this way. You may not be able to give a 5-star rating, but you can definitely like and share the video. It will really help the channel. Cheers!
@MohammedJaseemTp
@MohammedJaseemTp Год назад
thanks alot
@edurekaIN
@edurekaIN Год назад
You are welcome 😊 Glad it helped !! and Keep learning with us
@piyushranjan2193
@piyushranjan2193 5 лет назад
Excellent video. This is first time I am trying to learn rest api and you just clear the concept . Thanku very very much☺
@edurekaIN
@edurekaIN 5 лет назад
Thanks for the compliment Piyush, we are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
@Onlyabdulrehman
@Onlyabdulrehman 4 года назад
Thank you so much for the video...Helped me alot to clear my concept !
@fireystella
@fireystella 2 года назад
awesome tutorial! have been looking a bit over the place. and this covers so much good material!
@edurekaIN
@edurekaIN 2 года назад
Thanks for showing interest in edureka! Kindly share your mail id for us to share the datasheet/ source code :) Do subscribe for more videos & updates
@coolgaming8103
@coolgaming8103 2 года назад
Thanks 👍
@sunnykumar4780
@sunnykumar4780 6 лет назад
great worked very well
@edurekaIN
@edurekaIN 6 лет назад
Hey Sunny, thank you for watching our video. We are glad to know that you liked our tutorial. Do subscribe and stay connected with us. Cheers :)
@AmanVerma-lt7px
@AmanVerma-lt7px 5 лет назад
Great Video..Simple and concise
@AshutoshKumar-xz9hs
@AshutoshKumar-xz9hs 4 года назад
Well explanation aayushi, pls post some more video on same topic with other example.
@naveenperpaga1821
@naveenperpaga1821 4 года назад
Thank You Maam.. It is very helpful and your way of teaching is very good :)
@UdhayaEugine
@UdhayaEugine 7 лет назад
Clear cut.. Nice tutorial keep it up.
@VIVEKPV1
@VIVEKPV1 6 лет назад
Thank you so much ma'am. Very simple and good explanation
@edurekaIN
@edurekaIN 6 лет назад
Hey Vivek! Thank you for appreciating ur efforts. Subscribe, like and share to stay connected with us. Thanks :)
@sahil9454
@sahil9454 4 года назад
Thank you ma'am for your kind help
@edurekaIN
@edurekaIN 4 года назад
You are welcome👍 You can also check out our complete training here: Python Django Training and Certification - bit.ly/3ckEUGI Use code "RU-vid20" to get Flat 20% off on this training.
@byk8007
@byk8007 3 года назад
Very good explanation...thankyou so much
@edurekaIN
@edurekaIN 3 года назад
Many thanks! Glad you liked it ! We are glad to have learners like you . Do subscribe our channel and hit that bell icon to never miss an video from our channel . :)
@neerajbansal2613
@neerajbansal2613 5 лет назад
Thanks ... good information
@eldhosevj9924
@eldhosevj9924 5 лет назад
This is enough for me to create python rest api . I am a full stack web developer. Node.js is my main
@smritidey2942
@smritidey2942 6 лет назад
Excellent explanation aayushi Keep going
@MahendarKumarMali
@MahendarKumarMali 3 года назад
Brilliantly explained. Well done. cheers !
@nareshannapureddy746
@nareshannapureddy746 5 лет назад
Very nice
@vattamvenkatasaichanel6594
@vattamvenkatasaichanel6594 5 лет назад
Thank you soo much.
@macparnami
@macparnami 4 года назад
Thanks very helpful
@RizwanAli-bu5oy
@RizwanAli-bu5oy 5 лет назад
That's very nice video :)
@shreyakathuriya07
@shreyakathuriya07 2 года назад
Thank you so much for this video!!
@edurekaIN
@edurekaIN 2 года назад
You're welcome 😊 Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
@nikhils7944
@nikhils7944 6 лет назад
good tutorial , good for begineers
@edurekaIN
@edurekaIN 6 лет назад
Hey Nikhil, thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
@sandipkankate6821
@sandipkankate6821 4 года назад
Thanks alott for informative lecture which helps us to understand concept easily.
@edurekaIN
@edurekaIN 4 года назад
Hey, thank you for the wonderful feedback! We're glad we could be of help. It's very encouraging to know that you found our content useful.
@samrat0729
@samrat0729 4 года назад
Thanks for this video it helps alot to understand the rest API Can you please upload a video for performing put , update and delete operation in rest API
@edurekaIN
@edurekaIN 4 года назад
Hi, please refer to the following video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rtWH70_MMHM.html
@AbhishekKumar-wc2he
@AbhishekKumar-wc2he 5 лет назад
Thank you so much ma'am. Very easy and effective tutorial.
@bodnarsa
@bodnarsa 3 года назад
Excellent tutorial! Thank you very much.
@edurekaIN
@edurekaIN 3 года назад
Thank you so much for the review ,we appreciate your efforts : ) We are glad that you have enjoyed your learning experience with us .Thank You for being a part of our Edureka team : ) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel
@garimabareja9369
@garimabareja9369 6 лет назад
simple , precise and good explanation.. Thank you aayushi..
@edurekaIN
@edurekaIN 6 лет назад
Thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
@pradeep8347
@pradeep8347 6 лет назад
great tutorial, made it very simple to understand
@edurekaIN
@edurekaIN 6 лет назад
Hey Pradeep, thank you for appreciating our work. Do subscribe and stay connected with us. Cheers :)
@ramudukamalapuri320
@ramudukamalapuri320 5 лет назад
superb madam superb explantaion
@edurekaIN
@edurekaIN 5 лет назад
Hey Ramudu, we are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
@isurupradeepa
@isurupradeepa 3 года назад
Thank you very much. Great explanation!!!
@karanyogi7091
@karanyogi7091 4 года назад
Thank you so much, Ma'am.
@edurekaIN
@edurekaIN 4 года назад
You are welcome👍 Do subscribe to our channel to stay posted on upcoming tutorials: ru-vid.com.
@Ayush260397
@Ayush260397 2 года назад
Thanks for the help , really great session !!
@edurekaIN
@edurekaIN 2 года назад
Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
@naveenperpaga5101
@naveenperpaga5101 4 года назад
Thanks Maam :)
@kuntalsamanta5791
@kuntalsamanta5791 6 лет назад
compact tutorial for beginner :)
@edurekaIN
@edurekaIN 6 лет назад
Thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
@parthsawant9904
@parthsawant9904 4 года назад
Thanks Ayushi ! :D
@gelivimani155
@gelivimani155 6 лет назад
Thank you so much... Simple and Super...
@edurekaIN
@edurekaIN 6 лет назад
Hey Mani, glad you loved the video. Do subscribe and hit the bell icon to never miss a video from us in the future. Cheers!
@priyachandak514
@priyachandak514 5 лет назад
Very Nice, Thank you so much
@murugarajuperumalla5508
@murugarajuperumalla5508 6 лет назад
Thanks, cleared all my query :)
@dev.sandeepkumar
@dev.sandeepkumar 4 года назад
Wow, nice explaining 😊
@chesterholt-quick5742
@chesterholt-quick5742 5 лет назад
Great demo thank you :)
@edurekaIN
@edurekaIN 5 лет назад
Thanks for the compliment, we are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
@sssfasih
@sssfasih 3 года назад
Thank You so much for this tutorial
@raghavb1276
@raghavb1276 6 лет назад
Can you do a tutorial on using the admin site to create custom views please.
@edurekaIN
@edurekaIN 6 лет назад
Hey Raghav, we do not have a tutorial on this as of yet, but we update our channel regularly, do subscribe and stay connected with us. Cheers :)
@kishantiwari3221
@kishantiwari3221 3 года назад
It would have been more nice if you complete post method also.
@edurekaIN
@edurekaIN 3 года назад
Hi Kishan, thank you for your feedback, we have considered it for our upcoming tutorials. Meanwhile, do subscribe to our channel and stay tuned. Cheers :)
Далее
Django REST Framework - Build an API from Scratch
40:39
МЕГА МЕЛКОВЫЙ СЕКРЕТ
00:46
Просмотров 179 тыс.
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Просмотров 1,1 млн
Why You NEED To Learn FastAPI | Hands On Project
21:15
Просмотров 159 тыс.
Django Rest Framework for Beginners - Simple CRUD API
14:22
Getting Started With Django REST Framework
26:31
Просмотров 199 тыс.
Python Django Tutorial for Beginners
1:02:36
Просмотров 2,5 млн
Django REST Framework Course - Build Web APIs with Python
1:26:49
Django REST Framework Oversimplified
9:43
Просмотров 318 тыс.
Django Rest API CRUD - GET, POST, PUT and DELETE
28:29
Просмотров 103 тыс.