Comment

Chris

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.