Thanks man! This video of yours just help me run a script to create some fake data for an app I am working on. Being a beginner when it comes to Python and Django, your work is very inspiring and easy to understand and follow along. Cheers
great. I don't think anybody explaining these things in django. most just touch the basic things. super helpful. just keep on doing.. . hope you also spend enough time on authentication and show custom user models in future.
Thank you so much for this tutorial and of course very interested in this content and please continue in this very format there's very little internet content on the same. Excellent stuff
Excellent video series so far. A bit fast but that keeps you focused. Not exactly for people with a moder super short attention span. Thank You so much for putting this together, learning a lot.
This is a great tutorial about querying the database with Django! 🙏😀👍 I like that you show the under-the-hood SQL queries sometimes (and not too much). And as pprint alternative: the rich and django-rich libraries are great for pretty printing stuff to the terminal too.
Thank you, 3 lessons in and already better than paid udemy orm course, straight to the point without losing time on theory. Is there an option to pay something in order to suggest, and you maybe take into consideration to create a video on that subject?
Hi Tomislav - thanks a lot for your support! You are free to suggest anything here, thank you! If you can support in any way (no obligation of course), there is also a ko-fi page: ko-fi.com/bugbytes Thanks again and glad you're enjoying the series! I have actually just this second finished recording the next video in this series - will be released this week.
This made Django learning very simple.. I just had one doubt, in normal query even when you were doing all the sql query has limit 21, did you configure that somewhere or is it default or where is that coming from? Thanks again for videos.
i think we shouldn't use get_or_create for user rating beacuse if user previously gave 5 star to a restaurant and now it's dissatisfied and want to give 2 stars then get_or_create will not be able to find the 5star rating of the user and will create another record in Ratings table with 2 star rating and it will lead to duplicates in rating unless user field is defined as unique thank you so much for your effort, great series
Would love it if you would do a video on creating a multi-tenant Django app. For example a SaaS that allows for organizations with multiple related users.
Isn't it confusing that UPDATE statement on save() method call contains all the fields whereas we only changed `name` of the restaurant? 23:56 Just in case if someone is wondering how to avoid it, we can pass `update_fields` to `save()` methods which a list of strings where each string is the name of the field we want to include in `UPDATE...` statement produced by Django ORM
Thank you very much! 👍 Where would you put that logic? Do you use fat models? Btw. I'm interested in sql queries though I'm glad the ORM does the heavy lifting.
Thanks! I put a lot of the logic in models usually. Or use a custom manager or queryset implementation - more on that later in this series! Generally, in a real app, I try to keep the views thin, with different techniques for doing so.
Great tutorial. I have a question please. When you have three tables as following : Restaurant Sale - fk restaurant Invoice - fk sale How do you get all invoices related to the restaurant ? Can we use something like Restaurant.sale_set.all().invoice_set.all() ??? Thank you again for such a great tutorial.
Make sure you have django-extensions installed (you can install with pip) It’s concatenating that with the “core” app - are you missing a comma between the two elements in INSTALLED_APPS?
Playlist link: th-cam.com/video/EsBqIZmR2Uc/w-d-xo.html
this is literally the best Django Channel there is, keep up the good work Lyle it will definitely get much bigger.
Wow, thanks Anouar! Glad you like the content!
I agree entirely ..
Totally agree. I really follow your content now.
One of the best tut i have watched while learning DJANGO , Thanks Mate.
Thanks a lot mate for the kind words! Glad you liked it.
Thanks man! This video of yours just help me run a script to create some fake data for an app I am working on. Being a beginner when it comes to Python and Django, your work is very inspiring and easy to understand and follow along. Cheers
@@alvarofigueroa4693 glad to hear it helped man! Thanks for the nice words 🙏
I don't get any channel regarding django orm since past few months but got an exciting series from heaven thank u❤❤❤❤
Thank you so much, really appreciate the nice comment! 🙂
Why this man have only 31.6k Subs he deserves much more
Haha thanks, nice to hear that!
showing sql was great, it gives idea of what queries is being executed, keep doing it.
Thanks Ankit, will do!
great. I don't think anybody explaining these things in django. most just touch the basic things. super helpful. just keep on doing.. . hope you also spend enough time on authentication and show custom user models in future.
Thank you - glad it is helpful :)
Will do!
It's always good to have you here. Thanks very much for the insights you've been given.
Thanks a lot!
So simple, so easy to learn with you master 🙌🏾. Thank you.
Thank you for the support Seydina! 😀
Dj-Sensei 😁
@@Davidkiania 😅
Thank you so much for this tutorial and of course very interested in this content and please continue in this very format there's very little internet content on the same. Excellent stuff
Thank you David - will do!
¡Gracias!
Thanks so much!
I haven't seen the video yet. But I am grateful that you are putting such videos out.
Thank you - hope you like this video.
Excellent video series so far. A bit fast but that keeps you focused. Not exactly for people with a moder super short attention span. Thank You so much for putting this together, learning a lot.
Thank you! I'll take the suggestions on board, too! Thanks for watching.
As always, great, high level, and detailed videos. Thank you so much.💪
Thanks a lot! :)
Please keep going with this series. Like from me on every single video here. This is amazing.
Thanks a lot! Really happy the series has been useful - got around 15 more videos written up, so plenty more to come!
another excellent video! Channel is probably the best for Django and related subjects.
Thanks a lot!
This is a great tutorial about querying the database with Django! 🙏😀👍
I like that you show the under-the-hood SQL queries sometimes (and not too much).
And as pprint alternative: the rich and django-rich libraries are great for pretty printing stuff to the terminal too.
Thanks a lot Sil!
I'll look into rich/django-rich - haven't used those tools yet.
@@bugbytes3923 With rich I love that it requires zero code change as drop-in replacement 'from rich import print'. Done.
Very well explained..❤
Cheers! Glad you thought so!
Thanks Alot... You are my Django Mentor
Thanks a lot! :)
the most useful course
@@abdullahmosbah8410 thanks a lot!
Very Great content, Just keep doing the queries explanation and Thank you
Thanks a lot!
Perfect explanation !
Thanks a lot!
awesome explanations
thank you
Thanks a lot!
Awesome explanation
Thanks a lot!
Awesome video 💪
Thanks a lot!!
Awesome video 💪 plz Also make video on django subquery
Thank you! For sure, I'll do one on this later in this series.
Thank you so much!
Thanks for watching!
Thank you, 3 lessons in and already better than paid udemy orm course, straight to the point without losing time on theory. Is there an option to pay something in order to suggest, and you maybe take into consideration to create a video on that subject?
Hi Tomislav - thanks a lot for your support! You are free to suggest anything here, thank you! If you can support in any way (no obligation of course), there is also a ko-fi page:
ko-fi.com/bugbytes
Thanks again and glad you're enjoying the series! I have actually just this second finished recording the next video in this series - will be released this week.
Go on, if you make a complete course on Django for beginners it will be very useful and it will be a unique explanation
I'm looking forward to doing this at some point - just need to find the time!
I see you’ve reviewed django-hijack. Have a look at Django-unfold too
Thanks, will do!
This made Django learning very simple.. I just had one doubt, in normal query even when you were doing all the sql query has limit 21, did you configure that somewhere or is it default or where is that coming from? Thanks again for videos.
i think we shouldn't use get_or_create for user rating beacuse if user previously gave 5 star to a restaurant and now it's dissatisfied and want to give 2 stars then get_or_create will not be able to find the 5star rating of the user and will create another record in Ratings table with 2 star rating and it will lead to duplicates in rating unless user field is defined as unique
thank you so much for your effort, great series
Would love it if you would do a video on creating a multi-tenant Django app. For example a SaaS that allows for organizations with multiple related users.
Isn't it confusing that UPDATE statement on save() method call contains all the fields whereas we only changed `name` of the restaurant? 23:56
Just in case if someone is wondering how to avoid it, we can pass `update_fields` to `save()` methods which a list of strings where each string is the name of the field we want to include in `UPDATE...` statement produced by Django ORM
I'm definitely interested
Thank you!
Thank you very much! 👍 Where would you put that logic? Do you use fat models?
Btw. I'm interested in sql queries though I'm glad the ORM does the heavy lifting.
Thanks!
I put a lot of the logic in models usually. Or use a custom manager or queryset implementation - more on that later in this series!
Generally, in a real app, I try to keep the views thin, with different techniques for doing so.
@@bugbytes3923 Awesome, I can't wait to see that in action!
Good thank
Great tutorial. I have a question please.
When you have three tables as following :
Restaurant
Sale - fk restaurant
Invoice - fk sale
How do you get all invoices related to the restaurant ?
Can we use something like
Restaurant.sale_set.all().invoice_set.all()
???
Thank you again for such a great tutorial.
Wonderful
Thanks a lot!
I am not getting suggestions like rating.object.create and rating.object.filter(). How to get those?
I'm getting the error ModuleNotFoundError: No module named 'django_extensionscore'
Make sure you have django-extensions installed (you can install with pip)
It’s concatenating that with the “core” app - are you missing a comma between the two elements in INSTALLED_APPS?
First!
Thanks 😄
Find ❌ Feyind✅