☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐ 📚 Django ORM Playlist: kzbin.info/aero/PL-2EBeDYMIbQXKsyNweppuFptuogJe2L-
@trosgate2 ай бұрын
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
@trosgateАй бұрын
We hope this will be reviewed
@cryptosimon95293 ай бұрын
Great video as always! Would love to see a future video on djangorestframework-api-key
@bugbytes39233 ай бұрын
@@cryptosimon9529 thanks - I know of that package and will do something soon!
@sdei44233 ай бұрын
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.
@bugbytes39233 ай бұрын
Thanks! I'll release a DRF series very soon, first videos should be in the next few weeks!
@FernandoLopez-vc2ld2 ай бұрын
Very interesting technics, thanks a lot
@TimePasser3 ай бұрын
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.
@bugbytes39233 ай бұрын
Awesome - glad to hear that. I'll need to look into Sybase DB - thanks for the suggestion!
@erchenstein3 ай бұрын
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.
@bugbytes39233 ай бұрын
Thanks a lot - great suggestion, I'll look into it!
@rahuldey55642 ай бұрын
Hi, can we expect next video about database indexing and sharding in django orm? Thanks
@sureshvv3 ай бұрын
beautiful code
@bugbytes39233 ай бұрын
Thanks a lot!
@serychristianrenaud3 ай бұрын
Thanks
@bugbytes39233 ай бұрын
You're welcome - thank you for watching!
@frameff90733 ай бұрын
🎉🎉🎉🎉❤ Thank
@bugbytes39233 ай бұрын
Thanks for watching as always!
@albertomeza23333 ай бұрын
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
@bugbytes39233 ай бұрын
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.