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 ❤❤
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
⭐DataCamp Black Friday Sale - datacamp.pxf.io/VxyeoO ⭐
☕ Buy a coffee: ko-fi.com/bugbytes
I was waiting for this series. Thanks BugBytes 😍
Thank you!
your entire channel is gold! it is really amazing.. nice explanation, clear examples and useful use cases in real projects.
Thanks a lot, that's amazing to hear - glad you like it!
Thank you for this informative tutorial. My favorite Django content creator.
Thanks a lot, that's amazing to hear!
Great video! I'd most definitely appreciate more videos on this feature. Thanks
Thank you, I'll have some more soon!
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
Thanks a lot, hope you like the courses!
Thank you for the video
@@hakanbilgin6875 thanks for watching !
I use it for notifications features actually in my projects
😎 Letss goooo, Make django great again
Thanks!
16:07 yes
Will do!
Thank you!
Thanks for watching!
Is signals the implementation of the design pattern observer in django?
Basically, it is yes!
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 ❤❤
Thanks! I'll check that package out.
Thank you so much
Thanks for watching!
good thnak you
Cheers!
Please also create videos about Django all auth and drf mfa auth.
Will do!
well explain again ! can you please provide the tutorial for social login in drf ?
Thanks! I'll add that soon.
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
Learn to explain
Good tutotial but I have a minor remark: It would be better to handle the removal of the cv file via pathlib.
Thank you - and yeah, good shout!