I'm using sorl-thumbnails with my django project. Is there a way to retrieve the generated thumbnails of an image ? I've using the get_thumbnails method but in each call of it, it generate a new thumbnail. Some idea ?

link|improve this question
feedback

1 Answer

Have you gone through the redis install for KVStore? If you are using key value store, by default the template access should fetch from the data store. Have you tried something like KVStore.objects.filter(key__startswith='filename') ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.