Django Signals - Introduction!

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

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

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

    ⭐DataCamp Black Friday Sale - datacamp.pxf.io/VxyeoO ⭐
    ☕ Buy a coffee: ko-fi.com/bugbytes

  • @ElieHasen
    @ElieHasen Месяц назад +3

    I was waiting for this series. Thanks BugBytes 😍

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

    your entire channel is gold! it is really amazing.. nice explanation, clear examples and useful use cases in real projects.

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Thanks a lot, that's amazing to hear - glad you like it!

  • @huxleynyaoga5221
    @huxleynyaoga5221 Месяц назад +2

    Thank you for this informative tutorial. My favorite Django content creator.

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

      Thanks a lot, that's amazing to hear!

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

    Great video! I'd most definitely appreciate more videos on this feature. Thanks

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Thank you, I'll have some more soon!

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

    i will get back to this video as soon as i end the django orm course and the drf course :)
    thanks for the video in advance

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

      Thanks a lot, hope you like the courses!

  • @hakanbilgin6875
    @hakanbilgin6875 24 дня назад +1

    Thank you for the video

    • @bugbytes3923
      @bugbytes3923  24 дня назад

      @@hakanbilgin6875 thanks for watching !

  • @Odinson-d6d
    @Odinson-d6d Месяц назад

    I use it for notifications features actually in my projects

  • @vijaynayak4874
    @vijaynayak4874 Месяц назад

    😎 Letss goooo, Make django great again

  • @aafan.kuware
    @aafan.kuware Месяц назад +1

    16:07 yes

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

    Thank you!

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

    Is signals the implementation of the design pattern observer in django?

  • @AshokSharma-hk1jc
    @AshokSharma-hk1jc Месяц назад

    Nice content! Can you add a video on django-lifecycle package, it's good alternative for django signals with extended capabilities. Hope you'll do that. Thanks again ❤❤

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Thanks! I'll check that package out.

  • @AhmedBashir-m1s
    @AhmedBashir-m1s Месяц назад

    Thank you so much

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

    good thnak you

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

    Please also create videos about Django all auth and drf mfa auth.

  • @crownRUSHER-
    @crownRUSHER- 25 дней назад

    well explain again ! can you please provide the tutorial for social login in drf ?

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

    NOTE: All signals are not asynchronous. One might think "post_save" will run after the Response returns, but no it will run on ".save( )". So, if there is an ERROR in the Signal code, Object is Changed client i.e. Success but that Client ERROR out. So use it wisely and sparingly

  • @janhwillems10000
    @janhwillems10000 Месяц назад

    Good tutotial but I have a minor remark: It would be better to handle the removal of the cv file via pathlib.

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Thank you - and yeah, good shout!