Тёмный

Build a Django REST API with the Django Rest Framework. Complete Tutorial. 

CodingEntrepreneurs
Подписаться 348 тыс.
Просмотров 613 тыс.
50% 1

Build a Django Rest API with the Django Rest Framework. Complete Tutorial. There's a lot to cover so be sure to checkout the chapters below.
Thanks to Algolia.com for the sponsorship and helping make this series possible!
Tutorial Code: github.com/codingforentrepren...
Setup Links
- macOS Setup Blog Post: www.codingforentrepreneurs.co...
- maOS Setup Playlist: • Install Python 3.8 and...
- Windows Setup Blog Post: www.codingforentrepreneurs.co...
- Windows Setup Playlist: • Install Python 3.8 on ... )
- Linux Setup Blog Post: www.codingforentrepreneurs.co...
Links:
- Django: www.djangoproject.com/
- Django Rest framework: www.django-rest-framework.org/
- Python Requests: docs.python-requests.org/en/l...
- VSCode: code.visualstudio.com/
- Python: www.python.org/
- Httpbin : httpbin.org
- algoliasearch-django package: github.com/algolia/algoliasea...
- Python JWT Client www.codingforentrepreneurs.co...
- Django Cors Headers pypi.org/project/django-cors-...
- Algolia InstantSearch.js www.algolia.com/doc/guides/bu...
00:00:00 Welcome to the Django Rest Framework
00:01:54 Tools we are using
00:04:36 Setup Python Virtual Environment, Install Req, and Start Django
00:11:40 Creating a Python API Client
00:27:01 Run Django Project
00:31:16 Create your first API View
00:37:06 Echo GET Data
00:47:10 Django Model Instance as API Response
00:54:45 Django Model Instance to Dictionary
01:00:41 Rest Framework View & Response
01:04:27 Django Rest Framework Model Serializers
01:14:45 Ingest Data with Django Rest Framework Views
01:27:05 Django Rest Framework Generics RetrieveAPIView
01:35:54 Django Rest Framework CreateAPIView
01:41:57 Django Rest Framework ListAPIView & ListCreateAPIView
01:44:36 Using Function Based Views For Create Retrieve or List
01:55:17 UpdateAPIView & DestroyAPIView
02:04:05 Mixins and a Generic API View
02:16:33 Session Authentication & Permissions
02:23:21 User & Group Permissions with DjangoModelPermissions
02:30:55 Custom Permissions
02:45:46 Token Authentication
02:59:45 Default Django Rest Framework Settings
03:07:39 Using Mixins for Permissions
03:13:15 ViewSets & Routers
03:25:51 URLs, Reverse, & Serializers
03:33:47 Model Serializer Create & Update Methods
03:41:47 Custom Validation with Serializers
03:53:04 Request User Data & Customize View Queryset
04:08:44 Related Fields & Foreign Key Serializer
04:24:30 Pagination
04:32:36 A Django Based Search for our Product API
04:48:34 Building your Search Engine on Algolia
05:09:54 Agolia Search Client for Django
05:30:22 Unified Design of Serializers & Indices
05:46:48 JSON WEB Token Authentication with simplejwt
06:00:30 Login via JavaScript Client
06:16:23 Handle Request Blocked by CORS via django cors headers
06:23:53 Using JWT with JS Client
06:39:54 Search via REST API & JS Client
06:48:40 Algolia InstantSearch.js
07:00:35 Thank you and next steps

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

 

1 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 449   
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thanks for watching! Code: github.com/codingforentrepreneurs/Django-Rest-Framework-Tutorial Chapters: 00:00:00 Welcome to the Django Rest Framework 00:01:54 Tools we are using 00:04:36 Setup Python Virtual Environment, Install Req, and Start Django 00:11:40 Creating a Python API Client 00:27:01 Run Django Project 00:31:16 Create your first API View 00:37:06 Echo GET Data 00:47:10 Django Model Instance as API Response 00:54:45 Django Model Instance to Dictionary 01:00:41 Rest Framework View & Response 01:04:27 Django Rest Framework Model Serializers 01:14:45 Ingest Data with Django Rest Framework Views 01:27:05 Django Rest Framework Generics RetrieveAPIView 01:35:54 Django Rest Framework CreateAPIView 01:41:57 Django Rest Framework ListAPIView & ListCreateAPIView 01:44:36 Using Function Based Views For Create Retrieve or List 01:55:17 UpdateAPIView & DestroyAPIView 02:04:05 Mixins and a Generic API View 02:16:33 Session Authentication & Permissions 02:23:21 User & Group Permissions with DjangoModelPermissions 02:30:55 Custom Permissions 02:45:46 Token Authentication 02:59:45 Default Django Rest Framework Settings 03:07:39 Using Mixins for Permissions 03:13:15 ViewSets & Routers 03:25:51 URLs, Reverse, & Serializers 03:33:47 Model Serializer Create & Update Methods 03:41:47 Custom Validation with Serializers 03:53:04 Request User Data & Customize View Queryset 04:08:44 Related Fields & Foreign Key Serializer 04:24:30 Pagination 04:32:36 A Django Based Search for our Product API 04:48:34 Building your Search Engine on Algolia 05:09:54 Agolia Search Client for Django 05:30:22 Unified Design of Serializers & Indices 05:46:48 JSON WEB Token Authentication with simplejwt 06:00:30 Login via JavaScript Client 06:16:23 Handle Request Blocked by CORS via django cors headers 06:23:53 Using JWT with JS Client 06:39:54 Search via REST API & JS Client 06:48:40 Algolia InstantSearch.js 07:00:35 Thank you and next steps
@Mauri6870
@Mauri6870 Год назад
Would you be able to number these timestamp sections to match with the branches that exist in the github repo?
@AbhishekVerma-fe3wo
@AbhishekVerma-fe3wo 2 года назад
Man teaching 7 Hrs Django Rest framework tutorial without any Rest, impressive!
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Ha. What parent gets sleep? Not this one 😂
@UsedYourName
@UsedYourName 2 года назад
lol he’s the goat I love this mf on god
@mrcruz1107
@mrcruz1107 Год назад
Seriously though. was there a single cut/edit in this vid?
@siorno
@siorno 7 дней назад
@@mrcruz1107 every single time he put a title on the screen, and from the way he spoke it sounded like multiple videos spliced together
@phrk17
@phrk17 Год назад
I just wanted to let you know, that this tutorial was probably one of the biggest reasons I got a job offer as a backend developer. I really like your in depth approach showing all the mechanisms happening in the background. Thank you!
@CodingEntrepreneurs
@CodingEntrepreneurs Год назад
That’s amazing! Thank you for sharing. Also, good for you for doing the work. Keep it up!
@aryanjain5535
@aryanjain5535 11 месяцев назад
me when
@cyberpirate007
@cyberpirate007 Месяц назад
Yea Same here!!! Got an Internship offer and dudes one of the reason. Gratitude ❤️
@maazshaikh7905
@maazshaikh7905 23 дня назад
can you please explain the roadmap you followed for django and the projects.
@henrystone3170
@henrystone3170 Год назад
This tutorial is gold, I'm very new to this but the way it is being explained is very good. The style of showing the hard way and showing the more practical way helps you understand the value of the already created frameworks.
@jcoder8965
@jcoder8965 2 года назад
Thanks very much for creating this course! I'm around 30 minutes in and loving it so far. I'm actually a .NET REST API Developer at a large tech firm and I'm really enjoying learning more about Python and the Django REST Framework. This is a great course to shore up my fundamentals and strengthen my ability as an API Dev.
@zwelinux9861
@zwelinux9861 2 года назад
it's been a long journey that your channel raised up my career life with python and django stuffs. i can't even describe how thankful your support is. your channel made a person to a good developer . Thank You So Much. Hope you well and happy. Have a Good Day
@niklasburghardt4292
@niklasburghardt4292 2 года назад
I just want to say thank you. I'm currently building out a own project, that requires a heavy backend framework and this really gave me a comprehensive understanding of the topic (not only drf but APIs and Backends in general). It's amazing that this stuff is on the internet for free. Keep up the brilliant work.
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!!
@pavanprakash3030
@pavanprakash3030 Год назад
@@CodingEntrepreneurs great
@ezraezeiru2082
@ezraezeiru2082 2 года назад
This is amazing, 7hrs of free, sought after content. Thank you! Love the way he teaches with so much confidence. I hope to be like him someday 🙏🏽
@user-xn6jm1gz7l
@user-xn6jm1gz7l 2 года назад
I swear when it comes to Django related content This guy definitely is the first one I think of Thank you so so much for putting in the time and explained very clearly Love and support
@parthokr
@parthokr 2 года назад
I remember I started watching this video and had to pause for my exam. Then I started again a day before and must admit this entire video is very well thought out. Thank you CFE.
@mohammedhassan-kx2yf
@mohammedhassan-kx2yf 2 года назад
justin, the content you give us for free is just too good to be true, i just opened youtube at work and i couldn't be much happier, just the tutorial i wanted to dig deeper and learn more. thank you.
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you! Your joy brings me joy.
@worldtechnology5651
@worldtechnology5651 2 года назад
Woooow! whatever I do can’t pay for your work, Really thank you. I was looking for Rest tutorial for a while and non was good, then suddenly saw your tutorial 😍 you don’t know how much I am happy and confident when see a tutorial from you.
@marcoortiz1107
@marcoortiz1107 2 года назад
This is amazing!!! Thank you for taking the time to teach such valuable topics. Not only this one but your entire Django series. Much love from Costa Rica!
@soroushmehraban
@soroushmehraban Год назад
This is by far one of the best tutorials I have ever seen. Thank you so much!
@konradwysokinski8063
@konradwysokinski8063 6 месяцев назад
Thank you so much for this course. Just found a job while transitioning from flask to django. You deserve all the best!!!
@geliyang6495
@geliyang6495 Год назад
Absolutely amazing tutorial about Django rest framework. I am 1 and a half hours into it. Loved it!
@CodingEntrepreneurs
@CodingEntrepreneurs Год назад
Thank you! Glad you’re enjoying it.
@giannifed
@giannifed 2 года назад
The best tutorial I've ever seen about DRF. Thank you.
@tsyf1
@tsyf1 11 месяцев назад
As I get more experienced as a developer, it gets harder to find content beyond the simplest of CRUDs for some technologies and a lot of tImes I end up just reading the documentation. I really like your approach here. It seems like you're trying to show as many DRF's features as possible while making them useful so that we can remember them and use them as needed, while trying to keep the quality one would expect on a production environment, and it works. Your video helped me a lot. Thank you.
@Merryler
@Merryler 2 года назад
Your tutorials are super valuable! Thanks for helping me understand what my colleagues do :)
@codexperience7951
@codexperience7951 2 года назад
sir, you''re a life saver, I am looking for a course of latest drf for the past weeks and just saw this, thank you sir!
@mody5370
@mody5370 2 года назад
Really amazing explanation. This was very helpful, especially when you do things in the hard way and then say how to do it much easier with another technique. This is really help in understanding how things work. Thank you very much.
@victorbekee582
@victorbekee582 2 года назад
Best drf course on RU-vid so far... Thank you so much.
@yashadesara4086
@yashadesara4086 2 года назад
This is the thing that we want from you about Django... Now everything about framework is on your channel 🤘
@pwed546
@pwed546 2 года назад
Thank you so much for the way this is all presented, taking the time to build up the use cases and adding complexity slowly in a way that flows. Other django/react projects I've tried to follow just throw out the end product as if its obvious why anything is the way it is
@micypac
@micypac Год назад
Yo I like this tutorial, appreciate you really dive in and be thorough with all the moving parts of Django and Rest framework and not just making an app like all the other video does!
@yashkharche8661
@yashkharche8661 2 года назад
Sir.... You had NO IDEA on how close I was to buy a Udemy course on REST Framework!!! Absolute Timing!!! Thank You Sir!!
@kamilszczepanik9579
@kamilszczepanik9579 2 года назад
Was it worth it? I mean wouldn't it be better to buy a good one on udemy?
@sahilkumar-zp7zv
@sahilkumar-zp7zv Год назад
@@kamilszczepanik9579 This is a good one
@mahmoodrezaei8641
@mahmoodrezaei8641 10 месяцев назад
you are the best fast talking and telling whats really important great job dude
@shubhamjani2509
@shubhamjani2509 Год назад
i can't thank enough for these tutorials, they are really helpful.
@matinbhdrn3778
@matinbhdrn3778 2 года назад
Love your courses, Thanks for your comprehensive knowledge on topics.
@lautarocolazo4938
@lautarocolazo4938 2 года назад
Incredibly valuable! Keep up the good work!
@pgallovich
@pgallovich 2 года назад
More amazing content to help me become a better Django developer! I am super excited to go through this! Thanks so much Justin!
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!
@pratyushbehere3580
@pratyushbehere3580 2 года назад
Great timing, I was going to search for DRF tutorials. Love your tutorials
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you
@mohammedfareedh
@mohammedfareedh 2 года назад
A long long awaited tutorial, Thank you justin bro
@cdcm
@cdcm 11 месяцев назад
Este es el curso más claro y mejor explicado de DRF que he encontrado. Excelente tutorial, muy completo
@dronecekim
@dronecekim 5 дней назад
This is absolutely fantastic! I got udemy courses, this is way beyond. This 7 hour course is equivalent to 25 hours in udemy. Thank you for your effort and amazing content!
@arek9430
@arek9430 Год назад
This guy is incredible specialist, he knows what he is doing. Thanks I learned a lot, some tasks were too much for me, but still It was great.
@seasides98
@seasides98 Месяц назад
Until now is the best Django tutorial and I tried a bunch from udemy and youtube. I want to thank you a lot!
@mudworld09
@mudworld09 2 года назад
Waao, i had complete the tutorial, very well and clear explained, all examples work as expected. Thank you a lot!!!
@codavecodes1
@codavecodes1 11 месяцев назад
teaching rest_framework without rest, GOAT🎉🎉 I'm subscribing
@ahmed-samer
@ahmed-samer 9 месяцев назад
MAAAN, this course is awesomly awesome (completed it). The topics & the explanation are well put together, thanks for this course. Love from Egypt
@VinayakGNair
@VinayakGNair 2 года назад
Man, you are awesome at teaching django. Superb.
@tlixio
@tlixio 2 года назад
Literally got a job because of you and your tutorials, that twitter app, blog app and all the other projects. thanks.
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
I’m glad my tutorials helped, but you still did the work. Good for you. Cheers!
@AnjaliSharma-lq8ut
@AnjaliSharma-lq8ut 11 месяцев назад
Watching your video was the best decision I've made after suffering from not getting a low level perspective of how APIs work
@CodingEntrepreneurs
@CodingEntrepreneurs 11 месяцев назад
You made my day. Thank you
@infohub3709
@infohub3709 Год назад
Before now, I never knew I could pass instance method as one of the serializers fields. Thanks a lot Justin.
@brahimboughanem208
@brahimboughanem208 2 года назад
Oh my good this is was unexpected I think the whole document are here Really thank you
@jcurwen31
@jcurwen31 7 месяцев назад
Thank you so much for this crash course, the best i ever seen
@MuhammadAli-01
@MuhammadAli-01 Год назад
I really like it. I like the serializers part, I didn't get it at first from the documentaion. Thanks for the amazing demonstration.
@sdvogo1520
@sdvogo1520 10 месяцев назад
the best django course for beginners I've ever seen
@labarrett100
@labarrett100 2 года назад
Yes! So glad to see a new video :D
@anthonyful
@anthonyful 2 года назад
Just finished Try Django today after 30 Days of Python. Very excited for this.
@razkingademola3403
@razkingademola3403 Год назад
man tnk u so much for creating because it really teaches me a lot about drf api and some other part of django that i am lacking, loved it so much, i am done with the vid
@viktoraka4190
@viktoraka4190 2 года назад
I have to come back after over 3 hrs into this video to drop this comment. Thank you for taking your time to make such a great content. The video is lit!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 🔥🔥🔥🔥🔥
@aleksandarpetrovic2632
@aleksandarpetrovic2632 Год назад
Great tutorial lots of useful stuff much more than in some paid courses. The only drawback is the exposure speed, too fast for me, but I set the playback speed to 0.5 and now it's great :)
@bartekludniewski9888
@bartekludniewski9888 2 года назад
Brilliant tutorial! Waiting for more about other frameworks like FastAPI :D
@eledorusso
@eledorusso 6 месяцев назад
amazing tutorial, I was having a hard time finding something as good as this
@yohz7324
@yohz7324 Год назад
I usually never comment a video but I'd like to praise your work as it deserved to be ! Thanks for this awesome content. If we can support you in anyway, let us know !
@rizqimultazam7228
@rizqimultazam7228 11 месяцев назад
Thank you so much for your video. Your video is helping me a lot in understanding Django, especially DRF. I hope you always have amazing days!
@mohsin5563
@mohsin5563 2 года назад
Thankyou sooooooooo much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! was waiting so long for this :))))))))))))))))
@gustavelemi5117
@gustavelemi5117 27 дней назад
Thank you so much, it was an amazing course. you helped me understand pretty much every aspect of DRF and even implement search using Algolia and more. I can't even say it... THANK YOU
@NiteshKumar-zy7gl
@NiteshKumar-zy7gl 2 года назад
nicely prepared and thanks for the work you put in for us
@hovopetrosyan1655
@hovopetrosyan1655 2 года назад
OMG. Justin. This all is for free. Thank you very very much.GOD BLESS YOU!!!
@ricardorodriguez4180
@ricardorodriguez4180 Год назад
Subbed. Thanks for taking the time to make this.
@FitnessChaos
@FitnessChaos 2 года назад
Top Course on Rest Framework. So much value
@inasraouf6166
@inasraouf6166 2 года назад
Fantastic!!!! Thanks a lot for your great effort 💖
@janirico5641
@janirico5641 2 года назад
so looking forward to this one.... Thanks bro!
@anle4056
@anle4056 2 года назад
That's amazing. I'm really appriciate with your work.
@sandeshdhakal6874
@sandeshdhakal6874 Месяц назад
Though this is going over my head but i found this video the best one for drf across youtube, Anyway stumbling and learning seems interesting.
@AgustinAstronomy
@AgustinAstronomy Год назад
Thank you so much for this, I am learning and having fun doing it watching you, amazing!!
@CodingEntrepreneurs
@CodingEntrepreneurs Год назад
Thank you!
@eagleofsharm
@eagleofsharm 2 года назад
Frankly Can't find better content that only focuses on Django. Great as always Justin, Material is gold as always. Thanks
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!
@masteroogway6808
@masteroogway6808 2 года назад
I can't express in words....all I can say is thank you so much
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you for watching
@user-gz8qn4mz4t
@user-gz8qn4mz4t 2 месяца назад
This tutorial is very helpful for both novices and even experienced developers! Great tutorial, but there were a few moments where you sped up your writing and speaking, which may confuse the listener :D Hopefully YT allows us to pause or rewind video
@mahmudulhassan9043
@mahmudulhassan9043 2 года назад
Thank you very much i have learnt so many things from your channel . Lover from Bangladesh
@GidzPaul
@GidzPaul Год назад
Wow this is so thorough!
@mostafarezaie9267
@mostafarezaie9267 2 года назад
wow it is a fantastic course on DRF, it solved lots of my ambiguities and clear them out for me , I learned a lot from you thanks about that
@saveuyghurmuslims2354
@saveuyghurmuslims2354 2 года назад
I LOVE THE WAY UR DISPLAYING ALL THE ERROR TO MAKE THINGS BETTER FOR US, THANKS YOU AND LOVE YOU AND GOD BLESS YOU.
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!!!
@othmanemansouri3631
@othmanemansouri3631 2 года назад
Thank you, really appreciate this course
@commandermalek6100
@commandermalek6100 Год назад
Thank you for posting amazing content like this, all explained , best practices and the best instructor in the internet please keep doing more of this amazing work.
@dominicvacchiano
@dominicvacchiano 2 года назад
Fantastic vid as usual 👍
@teshaych2618
@teshaych2618 2 года назад
Honestly, You are a helping hand! God Bless You!
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!
@TheErdibasak
@TheErdibasak 2 года назад
Thank you so much, this is fantastic!!!
@webdevteamlondon9148
@webdevteamlondon9148 2 года назад
Thanks for the tutorial! Best of Luck!
@finn9233
@finn9233 2 года назад
super helpful insight, thank you alot for the course.
@teohoyos
@teohoyos 2 года назад
Thank you for your time. I appreciate it.
@pranith_pashikanti
@pranith_pashikanti 4 месяца назад
Thanks, for simplifying the process of learning API Development in Django.
@elmaros1616
@elmaros1616 2 года назад
Amazing! Thank you man!
@xxsaifxx2450
@xxsaifxx2450 Год назад
man you're a life saver thank you
@jonl316
@jonl316 Год назад
Thanks for this tutorial, this has so much great information.
@matiyo2124
@matiyo2124 2 года назад
The best django youtube channel 💪💪🔥🔥🔥
@kartheekravula4274
@kartheekravula4274 2 года назад
Good channel following from past 5years on words. 👍
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!
@rodraxsan7764
@rodraxsan7764 2 года назад
Awsome course so much information, it took me 3 weeks, I learned a lot....thank you so much.....greetings from South America :)
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!
@bakanggaolekwe6166
@bakanggaolekwe6166 2 года назад
Thank you very much for the Quality Knowledge 👌
@r125l6
@r125l6 5 месяцев назад
Dear Justin, I wanted to take a moment to express my sincere gratitude for the amazing tutorial series you've created on Django Rest Framework. Your efforts and clear explanations have made the learning process incredibly smooth for me. Not only have you taught Django Framework effectively, but your insights into Django Rest Framework have been invaluable. Your dedication to teaching shines through, and I truly appreciate the effort you've put into creating such high-quality content. As someone eager to delve into professional Django development, I'm convinced of the importance of solid guidance for production-level work. Hence, I would like to extend my heartfelt thanks and best wishes to you. Your tutorials have laid a strong foundation for many of us, and I'm sure I speak for many when I say that your expertise is highly valued. If it's not too much to ask, could you perhaps consider creating a guide or series focused on best practices for Django Rest Framework in a professional setting? Topics such as Django user authentication, deployment and other industry best practices would be immensely helpful. Once again, thank you for your outstanding work, and I eagerly await any further insights you may share. Best regards, Rasel Rana Bangladesh
@CodingEntrepreneurs
@CodingEntrepreneurs 5 месяцев назад
Thank you for this! You made my day. Who else wants to see authentication with DRF?
@r125l6
@r125l6 5 месяцев назад
You're welcome, Justin! Your tutorials have truly made a difference for many of us. Keep up the amazing work!@@CodingEntrepreneurs
@SophiaRatri
@SophiaRatri 5 месяцев назад
​@@CodingEntrepreneursThank you for your dedication to teaching Python and Django, Sir. Your consideration for addressing production challenges, particularly in authentication with Django Rest Framework, is highly appreciated. I earnestly urge you to create a tutorial focusing on production-ready DRF authentication, including custom user implementation and other crucial aspects. Your guidance in this area would be invaluable, and I'm certain many of us would benefit greatly from following your recommended path while implementing these solutions.
@JustinaNockreck
@JustinaNockreck 5 месяцев назад
​@@CodingEntrepreneursAbsolutely, Justin! Count me in for a deep dive into DRF authentication-it's exactly what I've been eager to learn. Thanks for your outstanding tutorials ❤
@Oliviya__007
@Oliviya__007 5 месяцев назад
​@@CodingEntrepreneursCertainly, Justin! I'm eagerly awaiting your tutorial on DRF authentication-it's a topic I'm highly interested in.
@DIN_A8
@DIN_A8 2 года назад
Just started learning Django and i love u guys!
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
We love you too
@returnZeroo
@returnZeroo Месяц назад
this is extremely comprehensive course, more than premium than almost of the premium course available out there.
@CodingEntrepreneurs
@CodingEntrepreneurs Месяц назад
Thank you!
@sandorbakos2929
@sandorbakos2929 Год назад
This is actual gold!
@abdulwahidali493
@abdulwahidali493 Год назад
you are incredible teacher, thank you!
@dorianc3303
@dorianc3303 Год назад
Such a good tutorial! Thanks for the work! The only part I'am missing is: How to save foreign keys or m2m via API and how about saving images via DRF. Would be awesome if you have some best practices links to do it? Or maybe you feel like doing another tutorial? Would be awesome :)
@user-ei6yz7qj4n
@user-ei6yz7qj4n Месяц назад
Thank you . This lesson very useful for me
@motailab
@motailab 2 года назад
thank you so much for this gem :)
@pawelleniart3686
@pawelleniart3686 2 года назад
you really make the best tutorials
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
Thank you!