[Answered ]-Django thumbnail img url does not correctly rendered in html

2👍

Have a look, I created a test project for you. It works like a charm with:

Django==1.3.1
Pillow==1.7.6
sorl-thumbnail==11.12

I get /media/cache/77/c6/77c60cc55e126abe02cbe5de48693c80.png as the result. So it seems that your MEDIA_ROOT variable contains a wrong value. Please ensure it has a trailing slash.

Leave a comment