melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Ability to provide default image in adjust tag for cases where file doesn't exist #108

Closed int-ua closed 6 years ago

int-ua commented 7 years ago

It would've made debugging #107 for me so much easier. And on production it can also be used to avoid empty src in case of something happening with files.

int-ua commented 6 years ago

<img src="{{ image|default:'something.png' }}" alt=""> works for now, closing.