I have never seen such a course so well that explains all the details well, thank you !
@bugbytes392310 ай бұрын
Thanks a lot! Really appreciate the comment!
@MuhammedKamaalАй бұрын
what such a great playlit for all django learners! God bless you sir !
@bugbytes3923Ай бұрын
Thanks!
@AmoahDevLabs Жыл бұрын
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.
@bugbytes3923 Жыл бұрын
Thanks a lot for the support!
@zawanns Жыл бұрын
Discovering your channel and you solve a lot of my issues. Thank you so much for sharing so fluently
@bugbytes3923 Жыл бұрын
Thanks a lot - really appreciate the nice comment! I'm glad the content has helped.
@mohanaryal59402 ай бұрын
Thank you, for such lovely explanation.
@bugbytes39232 ай бұрын
@@mohanaryal5940 thanks for the nice comment!
@MagnusAnand Жыл бұрын
Great video as usual! One video suggestion: order_by with distinct ;)
@thokozanindlovu193911 ай бұрын
Are you able to create tutorials like this for all the concepts in Python ? In my entire search for tutorials on KZbin, this is by far the best set of tutorials I have come across, very comprehensive and clear, easy to follow
@bugbytes392311 ай бұрын
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.
@seydinaoumarsamabaly1806 Жыл бұрын
Another great one ! Thank you master 🙌🏾
@bugbytes3923 Жыл бұрын
Thanks for watching, as always!
@batuhanunal9380 Жыл бұрын
Very nice, clear explanations.
@bugbytes3923 Жыл бұрын
Thanks a lot!
@TomislavMiletic Жыл бұрын
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')
@bugbytes3923 Жыл бұрын
Hey, sure - not the next video in this series, but the one after, will discuss many to many relationships and the ‘through’ argument.
@TomislavMiletic Жыл бұрын
@@bugbytes3923 could i possibly send you my code for CustomUser and Course models, to use that as video example? 🙂
@vincentgaliano Жыл бұрын
Thanks, good explanations !
@bugbytes3923 Жыл бұрын
Thanks ! 🙏
@HersonMelo Жыл бұрын
Awesome content! So helpful, thanks!
@bugbytes3923 Жыл бұрын
Thanks!
@امینجمالی-خ9ص3 ай бұрын
Thank you master
@bugbytes39233 ай бұрын
@@امینجمالی-خ9ص thanks for watching!
@romanryaboshtan92703 ай бұрын
very cool
@bugbytes39232 ай бұрын
Thank you!
@FernandoLopez-vc2ldАй бұрын
Thanks a lot, very helpfull class
@bugbytes3923Ай бұрын
Thank you, glad it was helpful!
@open-source2437 ай бұрын
thank you so much :)
@bugbytes39237 ай бұрын
Thanks for watching !
@wiki-infodevelopment3369 Жыл бұрын
very nice
@bugbytes3923 Жыл бұрын
Thanks a lot 🙏
@attilakump3206 Жыл бұрын
UTF-8 ordering does not work correctly
@aadarshyadav665011 ай бұрын
pls sir can you give us complete roadmap of django to master it
@davidmurphy563 Жыл бұрын
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 Жыл бұрын
I suggest you first watch the video and later practice coding on your computer.
@davidmurphy563 Жыл бұрын
@@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. :)
@bugbytes3923 Жыл бұрын
@@davidmurphy563 Thanks David! Good suggestion, I’ll try and make the text bigger from now on.
@faisalmushtaq2287 Жыл бұрын
Golang playlist please
@AmoahDevLabs Жыл бұрын
😅. Yeah I really enjoyed the last tutorial. Looking forward for more.