Oct. 19, 2019, 3:24 a.m.

Weird errors - part 2

I set up Django signals to rotate images on save. I then ran a quick save program from the shell and checked out my images. There is no exif data in the images, but not all the images were rotated correctly. I think some of the images lacked the rotation information to begin with, but I'm not sure. Will monitor to see if it continues rotating images correctly.

The next step I need to take is setting up image sizing and then deploying the pictures using and srcset to stop using these oversized images.