Django - Signals
Which signal would you use to perform an action immediately after a model instance is saved?
post_save signal runs immediately after a model instance is saved.pre_save runs before saving, and delete signals run on deletion, not saving.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions