Even though I have been working with Django for about 4 years now I still acknowledge your contents because it gives me more insights in other areas. Thanks very much.
Are you able to create tutorials like this for all the concepts in Python ? In my entire search for tutorials on RUclips, this is by far the best set of tutorials I have come across, very comprehensive and clear, easy to follow
Thanks so much, that's amazing to hear! I'll try and create some Python tutorials in the near future. There's a lot of possibilities! Any requests just let me know.
Thank you! Do you maybe have a video that explains the "through" field for related objects? Sorry for not being exactly on point, but i am trying to understand how to connect the Course model with a creator and student user. I have tried this but don't understand how to continue: owner_user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, related_name='courses') student_user = models.ManyToMany(settings.AUTH_USER_MODEL, related_name='student_user', through='students')
If I could make a suggestion. I'm trying to watch this on my mobile while I work, there's no way I can read it. Tutorial code needs to be absurdly large, you can't keep the text as if you were coding.
@@AmoahDevLabs Oh, I'm not really a learner anymore, I'm a fairly experienced dev. I just enjoy glancing at tutorials while I code. I felt it was good practice to make the font big in tutorials as I was glancing at the screen and couldn't read it. Anyway, just a suggestion, it's up to the channel owner obviously. :)
Playlist link: ruclips.net/video/EsBqIZmR2Uc/видео.html
I have never seen such a course so well that explains all the details well, thank you !
Thanks a lot! Really appreciate the comment!
Even though I have been working with Django for about 4 years now I still acknowledge your contents because it gives me more insights in other areas. Thanks very much.
Thanks a lot for the support!
what such a great playlit for all django learners! God bless you sir !
Thanks!
Thank you, for such lovely explanation.
@@mohanaryal5940 thanks for the nice comment!
Discovering your channel and you solve a lot of my issues. Thank you so much for sharing so fluently
Thanks a lot - really appreciate the nice comment! I'm glad the content has helped.
Great video as usual!
One video suggestion: order_by with distinct ;)
Are you able to create tutorials like this for all the concepts in Python ? In my entire search for tutorials on RUclips, this is by far the best set of tutorials I have come across, very comprehensive and clear, easy to follow
Thanks so much, that's amazing to hear! I'll try and create some Python tutorials in the near future. There's a lot of possibilities! Any requests just let me know.
Very nice, clear explanations.
Thanks a lot!
Another great one ! Thank you master 🙌🏾
Thanks for watching, as always!
Thanks a lot, very helpfull class
Thank you, glad it was helpful!
Thanks, good explanations !
Thanks ! 🙏
Awesome content! So helpful, thanks!
Thanks!
Thank you master
@@امینجمالی-خ9ص thanks for watching!
very cool
Thank you!
thank you so much :)
Thanks for watching !
Thank you! Do you maybe have a video that explains the "through" field for related objects?
Sorry for not being exactly on point, but i am trying to understand how to connect the Course model with a creator and student user. I have tried this but don't understand how to continue:
owner_user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, related_name='courses')
student_user = models.ManyToMany(settings.AUTH_USER_MODEL, related_name='student_user', through='students')
Hey, sure - not the next video in this series, but the one after, will discuss many to many relationships and the ‘through’ argument.
@@bugbytes3923 could i possibly send you my code for CustomUser and Course models, to use that as video example? 🙂
very nice
Thanks a lot 🙏
pls sir can you give us complete roadmap of django to master it
UTF-8 ordering does not work correctly
If I could make a suggestion. I'm trying to watch this on my mobile while I work, there's no way I can read it. Tutorial code needs to be absurdly large, you can't keep the text as if you were coding.
I suggest you first watch the video and later practice coding on your computer.
@@AmoahDevLabs Oh, I'm not really a learner anymore, I'm a fairly experienced dev. I just enjoy glancing at tutorials while I code. I felt it was good practice to make the font big in tutorials as I was glancing at the screen and couldn't read it.
Anyway, just a suggestion, it's up to the channel owner obviously. :)
@@davidmurphy563 Thanks David! Good suggestion, I’ll try and make the text bigger from now on.
Golang playlist please
😅. Yeah I really enjoyed the last tutorial. Looking forward for more.