I\'m having some difficulty with sorl-thumbnail
.
My template is as follows:
{% thumbnail project.image \"75x75\" crop=\"center\" as im
I have had very similar problem with you, I cannot use easy-thumbnails
because I need to create thumbnails from external source. what I have figured out is on staging is using the same database as development, so after I rendered the images on development, it stores the cached filenames into database, and when you try to render on staging, it picks up the filenames from the same database, but obviously the files are not on staging.
Try running
./manage thumbnail clear