I want to resize an ImageField before saving the model and save the resized image to a new field.
ImageField
I use S3 storage so I can\'t use Image(image.path...)
Image(image.path...)