Django - Multiple Databases | inspectdb command | Database Routers

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 22

  • @bugbytes3923
    @bugbytes3923  6 дней назад +1

    ☕ Buy a coffee: ko-fi.com/bugbytes
    ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
    📚 Django ORM Playlist: ruclips.net/p/PL-2EBeDYMIbQXKsyNweppuFptuogJe2L-

  • @trosgate
    @trosgate Месяц назад +1

    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
      @trosgate Месяц назад

      We hope this will be reviewed

  • @cryptosimon9529
    @cryptosimon9529 2 месяца назад +5

    Great video as always! Would love to see a future video on djangorestframework-api-key

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      @@cryptosimon9529 thanks - I know of that package and will do something soon!

  • @sdei4423
    @sdei4423 2 месяца назад +6

    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.

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      Thanks! I'll release a DRF series very soon, first videos should be in the next few weeks!

  • @rahuldey5564
    @rahuldey5564 2 месяца назад +2

    Hi, can we expect next video about database indexing and sharding in django orm? Thanks

  • @FernandoLopez-vc2ld
    @FernandoLopez-vc2ld 2 месяца назад

    Very interesting technics, thanks a lot

  • @TimePasser
    @TimePasser 2 месяца назад +1

    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.

    • @bugbytes3923
      @bugbytes3923  2 месяца назад +1

      Awesome - glad to hear that. I'll need to look into Sybase DB - thanks for the suggestion!

  • @erchenstein
    @erchenstein 2 месяца назад +1

    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.

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      Thanks a lot - great suggestion, I'll look into it!

  • @albertomeza2333
    @albertomeza2333 2 месяца назад +1

    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

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      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.

  • @serychristianrenaud
    @serychristianrenaud 2 месяца назад

    Thanks

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      You're welcome - thank you for watching!

  • @sureshvv
    @sureshvv 2 месяца назад +1

    beautiful code

  • @frameff9073
    @frameff9073 2 месяца назад +2

    🎉🎉🎉🎉❤ Thank

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      Thanks for watching as always!

  • @sureshvv
    @sureshvv 2 месяца назад

    any video on how to set up VS code?