Category index for “signal”
-
Django: signal or model method?
When I needed to implement some functionality on model saving, I always asked a question to myself - where to place it. In signal or in model method
save()? Let’s see, what and when is more applicable.
