Tagged Questions

2
votes
2answers
2k views

Thumbnails in the django admin panel using sorl

I am trying to have the pictures I upload in the Django admin panel to show up as thumbnails instead of the path. I have sorl installed and can make thumbnails that show up in my views. I have found ...
1
vote
2answers
440 views

New version of sorl-thumbnail , how show thumb in django admin?

im using the new version of Sorl-thumbnail, but i cant show thumbs in django admin... how ill use get_thumbnail() ?, just i can see the "cache" url of the images... Thanks
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 = ...