For real brother, I truly appreciate your work. The explanation is rich because you explain everything behind each concept, allowing learners to understand what we do/code. Be blessed!!! 🙏
Idk what to say, Just thank you and please keep doin what you do. You are extremely talanted and have a great approach to deliver knowledge. I mean, we all can read docummentation, however its not so always easy to understand easily and here in your videos, everything makes sense when you explain. Thank you !
crisp andd to the point, having good grasp in django core, this series is quite perfect, just focusing on apis/backeend part and not so long explainations. Keep it like this. finished this in 2 days. what i would llike in this series is, deployment on AWS. There is no content on YT market on this topic. not ec2, but like lambda or dockerised ECS fragatte launch type. May be u can start new series after that about deployment. I know u getting lots of request on multiple topics, you should do poll regarding it. Would like any of this: 1) AWS deployment series 2) Django Ninja 3)extending this series to JWT and social auth Do a poll please
Thanks a lot for the suggestions - a Deployment series has been on my list for a long time. I'll definitely include JWT auth in the REST Framework series, too.
amazing as always you should name your channel Django Home please add image upload directly and from URL to this series and if you can make in same Model ability to add image from upload or from Url its will be very helpful
Really enjoying the sessions. Currently I’ve been wanting to use the api versioning features. One issue I have is that it does not appear possible to use a class inheritance approach with QueryParameterVersioning because we don’t access query strings in the url patterns. For the others, the URLs can reference a distinct view and that allows my API view on v2 to subclass all of the stuff from v1. If you have any thoughts on making a video, it’d be super interesting.
Thanks for the suggestion! I've not factored in versioning to the series yet, but that's an excellent idea. Will definitely add it to the list for future videos - thanks again!
It's independent of views, You can do all things related to queries as in django core, same way in rest framework, because it's provided by django ORM, used by both. No difference
You can construct complex filters with Q objects as part of the queryset parameter on a Generic View, yes! If the Q objects rely on dynamic data, you can also override get_queryset() - will show an example of overriding that method in the next video in this series.
☕ Buy a coffee: ko-fi.com/bugbytes
⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
📚 Django REST Framework API playlist: ruclips.net/p/PL-2EBeDYMIbTLulc9FSoAXhbmXpLq2l5t
Thanks
@@serychristianrenaud Thanks a lot!
For real brother, I truly appreciate your work.
The explanation is rich because you explain everything behind each concept, allowing learners to understand what we do/code.
Be blessed!!! 🙏
Awesome to hear that, thank you very much!
The real magic begins ! Great content, thank for all !
Thank you man!
Idk what to say, Just thank you and please keep doin what you do. You are extremely talanted and have a great approach to deliver knowledge. I mean, we all can read docummentation, however its not so always easy to understand easily and here in your videos, everything makes sense when you explain. Thank you !
Thanks a lot, that's an amazing comment to receive, thank you! I'll keep going.
crisp andd to the point, having good grasp in django core, this series is quite perfect, just focusing on apis/backeend part and not so long explainations. Keep it like this. finished this in 2 days. what i would llike in this series is, deployment on AWS. There is no content on YT market on this topic. not ec2, but like lambda or dockerised ECS fragatte launch type. May be u can start new series after that about deployment.
I know u getting lots of request on multiple topics, you should do poll regarding it. Would like any of this: 1) AWS deployment series 2) Django Ninja 3)extending this series to JWT and social auth
Do a poll please
Thanks a lot for the suggestions - a Deployment series has been on my list for a long time. I'll definitely include JWT auth in the REST Framework series, too.
Thank you so much BugBytes 🙏
Thank you for commenting! 🙏
Pretty great content
Cheers!
Good content, thanks a lot
Thank you!
Thank you so much
Thanks for watching!
Thank you!
Thanks for watching!
good thank you
Thanks for watching!
Спасибо
amazing as always you should name your channel Django Home
please add image upload directly and from URL to this series and if you can make in same Model ability to add image from upload or from Url its will be very helpful
Thanks a lot!
🔥🔥🔥
Thank you!
Amazing as always. Can you consider stripe integration tutorial.
Thank you! Yes, great idea!
👍
Thanks for watching!
good
@@weilin4872 thanks!
Really enjoying the sessions. Currently I’ve been wanting to use the api versioning features. One issue I have is that it does not appear possible to use a class inheritance approach with QueryParameterVersioning because we don’t access query strings in the url patterns.
For the others, the URLs can reference a distinct view and that allows my API view on v2 to subclass all of the stuff from v1.
If you have any thoughts on making a video, it’d be super interesting.
Thanks for the suggestion! I've not factored in versioning to the series yet, but that's an excellent idea. Will definitely add it to the list for future videos - thanks again!
Can you also use Q to perform complex filters with the generic views?
It's independent of views, You can do all things related to queries as in django core, same way in rest framework, because it's provided by django ORM, used by both. No difference
You can construct complex filters with Q objects as part of the queryset parameter on a Generic View, yes!
If the Q objects rely on dynamic data, you can also override get_queryset() - will show an example of overriding that method in the next video in this series.
Please include Auth using Djoser and JWT
Good suggestion, thank you!
2024_dec_10, completed