i'm new to DRF, and have a simple question on where to locate some buisness logic.
I have a ModelSerializer, when there is a update request i want to send a push/ email. where should i place that logic.
In the update method or validate method., or another place?