Closed juancresc closed 5 years ago
WHERE is your MEDIA_ROOT pointing to?
settings.MEDIA_ROOT '/home/juan/Desktop/juan/dev/yas/media'
images where imported prepending a /, removing that solves the issue. Errors should be stated in the template processing, it is very hard to debug
Glad you sorted it out. There's no straight-forward way to raise this to the template processing layer in a nicer way -- this is core django functionality, not an addition to easy-thumbnails.
I'm getting the following error:
And so the thumbs in my templates return empty string
I've seen this error in another issue but the author did not describe what he did to solve it