☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐ 📚 Django ORM Playlist: kzbin.info/aero/PL-2EBeDYMIbQXKsyNweppuFptuogJe2L-
@trosgate3 ай бұрын
With what you have given us so far, this channel is by far very comprehensive. One key topic is lacking, indexing and sharding. Sometimes, existing packages may be an overkill and I believe this knowledge is essential as we migrate towards multi-tenant applications Kudos Sir
@trosgate2 ай бұрын
We hope this will be reviewed
@cryptosimon95294 ай бұрын
Great video as always! Would love to see a future video on djangorestframework-api-key
@bugbytes39234 ай бұрын
@@cryptosimon9529 thanks - I know of that package and will do something soon!
@Developer_python_4 күн бұрын
It's s very useful video!!! Wait for a guide about models.Manager Good luck 🤞
@bugbytes39233 күн бұрын
Thanks! Great suggestion, I've been meaning to make this for a while.
@sdei44234 ай бұрын
It would be great if you could make a django DRF series. With your django ORM I enhanced my knowledge and am looking to DRF now.
@bugbytes39234 ай бұрын
Thanks! I'll release a DRF series very soon, first videos should be in the next few weeks!
@TimePasser4 ай бұрын
You are amazing, I solved lots of issue by following your guides. Im having trouble to implement it on Sybase DB. I hope you can give it a hint on your next coming tutorials. Thank you very much.
@bugbytes39234 ай бұрын
Awesome - glad to hear that. I'll need to look into Sybase DB - thanks for the suggestion!
@FernandoLopez-vc2ld3 ай бұрын
Very interesting technics, thanks a lot
@rahuldey55643 ай бұрын
Hi, can we expect next video about database indexing and sharding in django orm? Thanks
@erchenstein4 ай бұрын
Thanks cool video. I think it might be interesting to make a follow up on how to integrate the admin with multiple databases, especially handling permissions for the non-default-database models can be difficult.
@bugbytes39234 ай бұрын
Thanks a lot - great suggestion, I'll look into it!
@frameff90734 ай бұрын
🎉🎉🎉🎉❤ Thank
@bugbytes39234 ай бұрын
Thanks for watching as always!
@albertomeza23334 ай бұрын
So, this is for connect databases but maybe I didn’t understand very well, the synchronization connection between the default db and the external db it’s just getting the courses but on the default db is not creating a new table, it’s just getting and showing but not writing? Very advanced tutorial, thank you very much your your knowledge
@bugbytes39234 ай бұрын
Thanks a lot! At the end of the video, we do create a new table for the LocalCourse model - the external DB data is sync'd into that table.