When no path is provided to the image tag and in `DEBUG` mode a `ValueException` is thrown. When not in `DEBUG` mode it will return an empty string.
An example of the issue
HTML+Django
{% image '' width=600 %}
How I found this?
I have a Django query like
Python
MyModel.objects.filter(something=True, somedate=Now()).first()
This query is not returning anything.