Can someone help me with this?
I am trying to resize profile photo for my web app, but the function is not working.
It tried with both self.image.url and self.image.path - I guess that is why it is not working(unresolved attribute reference), but in the django documentation for ImageField both attributes exist.