⬅︎ Back to The awesomest way possible to serve your static stuff in Django with Nginx
Hey Pete,So, what do you do if you're using it with Sorl thumbnails? Eg. I'm loading cropped images on the page using SORL like this:<img src="{% thumbnail object.photo 200x200 crop %}"/>...and I want it to be a static file served using this django-static magic above.
Comment
Hey Pete,
So, what do you do if you're using it with Sorl thumbnails? Eg. I'm loading cropped images on the page using SORL like this:
<img src="{% thumbnail object.photo 200x200 crop %}"/>
...and I want it to be a static file served using this django-static magic above.