1👍
✅
super().save(*args, **kwargs)
should be the last line of code in your def save(self, *args, **kwargs)
method, not where it is now.
Source:stackexchange.com