Tagged Questions

1
vote
2answers
490 views

User-Defined Thumnails for Django Project?

I'm putting together a Web site that makes heavy use of images. Those images need to be thumbnailed at various sizes to fit different templates. I'm aware of solutions like sorl-thumbnail, which ...
1
vote
3answers
2k views

need help solving sorl-thumbnail error: “'thumbnail' is not a valid tag library:”

I've been pulling my hair out trying to solve this problem and I've tried everything and I have no ideas left. I keep seeing this error: Exception Value: 'thumbnail' is not a valid tag library: ...
0
votes
1answer
68 views

Sorl Thumbnail with Django in Mac OSX 10.7.2

I installed PIL, jpeg-8c, freetype-2.4.5 and sorl thumbnail. In my project, I have put sorl.thumbnail in settings.py . But when I use this code lines: >>> from apps.news.models import ...
0
votes
1answer
93 views

Sorl-thumbnail repo asking for password

Im trying to clone hg+https://sorl-thumbnail.googlecode.com/hg/#egg=sorl-thumbnail in order to use it with my satchmo store. I have the link on a requirements file, but is asking me for a password, I ...