Have a look at docs: https://docs.djangoproject.com/en/stable/ref/signals/#post-save
There is a created named argument which will be set to True if it’s a new object.
Have a look at docs: https://docs.djangoproject.com/en/stable/ref/signals/#post-save
There is a created named argument which will be set to True if it’s a new object.