[Answered ]-Django model is saving twice with image resize

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.

Leave a comment