Resize thumbnails django Heroku, 'backend doesn't support absolute paths'
I've got an app deployed on Heroku using Django, and so far it seems to be working but I'm having a problem uploading new thumbnails. I have installed Pillow to allow me to resize images when they're uploaded and save the resized thumbnail, not the original image. However, every time I upload, I get the following error: "This backend doesn't support absolute paths." When I reload the page, the new image is there, but it is not resized. I am using Amazon AWS to store the images. I'm suspecting it has something to do with my models.py. Here is my resize code: class Projects(models.Model):