Tagged Questions
0
votes
1answer
239 views
sorl-thumbnail: resize original image before saving?
Using sorl-thumbnail v11.01 and an ImageField on my model is there a simple way to have an uploaded file resized before saving it (to avoid saving a massive image, in case one has been uploaded)? ...
0
votes
2answers
376 views
sorl-thumbnail not deleting parent file or cache when entry is deleted
I'm not sure what I am doing wrong. But the uploaded file and it's related cache don't get deleted when the entry is deleted.
I have a photos model inline of a property model, with an FK from the ...
0
votes
2answers
933 views
Django, sorl-thumb dont work
i dont know what im doing wrong, but sorl-thumb just upload the image but dont make thumbs...
model.py
from sorl.thumbnail.fields import ImageWithThumbnailsField ,ThumbnailField
imagen = ...