sorl-thumbnail
Using static images with sorl-thumbnail
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[详细]
2023-04-06 01:04 分类:问答sorl-thumbnail: Preserve "progressiveness" of JPEG files
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[详细]
2023-03-31 13:28 分类:问答Use django sorl-thumbnail with django form-utils
How do I implement sorl thumbnailing in django form utils? So the form utils documentation says this about its ImageWidget:[详细]
2023-03-16 10:20 分类:问答sorl thumbnail + django issues in production
I\'m using sorl thumbnail with Django.On my local setup it works fine, but in production the thumbnails are not made.[详细]
2023-03-12 16:48 分类:问答Sorl-thumbnail bad url's
I setup sorl-thumbnail according to instructions, but none of the images are appearing when I try to use the templatetags in my app.[详细]
2023-03-09 22:52 分类:问答Image filtering with the new sorl-thumbnail
I\'m trying to upgrade some older websites to the latest version of Django and sorl-thumbnail needs to be updated as well.[详细]
2023-03-08 15:21 分类:问答Storing images and thumbnails on s3 in django
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[详细]
2023-03-02 09:28 分类:问答Django TemplateSyntax Error with Sorl-thumbnail
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.[详细]
2023-02-27 06:37 分类:问答help displaying thumbnail with sorl-thumbnail templatetag
I\'m using sorl-sorl-thumbnail-v10.12.1-8-g0b7b514. My issue is using the sorl-thumbnail templatetag to display an image.[详细]
2023-02-22 03:43 分类:问答Sorl thumbnail not showing thumb in AdminImageMixin
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:[详细]
2023-02-19 21:45 分类:问答