Learn the fundamentals behind Django signals in this one.
Code: https://github.com/codingforentrepreneurs/questions/tree/main/code/django-signals
Ref: https://docs.djangoproject.com/en/3.1/ref/signals/
Time & Tasks 2 Project: https://cfe.sh/projects/time-tasks-2
Have a question? Let me know in the comments.
Do you like my hat? Grab one for 20% off here: https://kirr.co/e8yybv (not sponsored)
0:00:00 Welcome
0:01:33 Examples of Model Instance Events
0:04:48 User created pre_save & post_save
0:15:50 Practical Example with Custom Model
0:23:40 pre_delete & post_delete
0:26:53 Bonus
0:35:15 Thank you