1

my image is displayed without thumbnail functionality, but as soon as I put thumbnail I get nothing.

I'm using easy thumbnail, I followed the documentation mainly. In template

{% load thumbnail %}
<img src="{{post.image|thumbnail_url:'avatar'}}" alt="" />

In setting

THUMBNAIL_ALIASES = {
    '': {
        'avatar': {'size': (50, 50), 'crop': True},
    },
    }
  • This is a duplicate of http://stackoverflow.com/questions/34521778/django-easy-thumbnail-not-working-pillow-isnt-causing-it – Paulo Dec 30 '15 at 16:35
  • @Paulo I couldn't find the solution, do you know the solution –  Dec 30 '15 at 16:38

0 Answers0