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