I am trying to serve the thumbnail of a file that resides in my STATIC_ROOT folder. It doesn\'t really matter if it ends up in MEDIA_URL/cache, but sorl-thumbnail will not load the image from the stat
Most of all JPEG files uploaded to my sites a开发者_如何学运维re saved in progressive format, but no thumbnail generated by sorl-thumbnail is generated as progressive when the original image is. This
How do I implement sorl thumbnailing in django form utils? So the form utils documentation says this about its ImageWidget:
I\'m using sorl thumbnail with Django.On my local setup it works fine, but in production the thumbnails are not made.
I setup sorl-thumbnail according to instructions, but none of the images are appearing when I try to use the templatetags in my app.
I\'m trying to upgrade some older websites to the latest version of Django and sorl-thumbnail needs to be updated as well.
I\'m trying to get my images thumbnailed and stored on s3 using django-storages, boto, and sorl-thumbnail. I have it working, but it\'s very slow, even with small images. I don\'t mind it being slow w
I\'m trying to get Sorl-thumbnail running on my staging server, but I\'m running into a TemplateSyntaxError which is throwing me since the app works fine on localhost.
I\'m using sorl-sorl-thumbnail-v10.12.1-8-g0b7b514. My issue is using the sorl-thumbnail templatetag to display an image.
I\'m having trouble with Django 1.3 using django-grappeli and sorl-thumbnail. I have a project that uses this code from the official sorl-thumbnails docs: