Django Daguerre

Louis-Jacques-Mandé Daguerre

Louis Daguerre, Father of Photography

Django Daguerre makes it easy to adjust images on-the-fly without slowing down your templates and without needing to generate everything ahead of time with a cron job. You don’t need to make any changes to your models; it Just Works.

{% load daguerre %}
<img src="{% adjust my_model.image width=200 height=400 %}" />

{% adjust_bulk my_queryset "method.image" width=200 height=400 as adjusted_list %}
{% for my_model, image in adjusted_list %}
  <img src="{{ image }}" />
{% endfor %}
Code:http://github.com/littleweaver/django-daguerre
Docs:http://readthedocs.org/docs/django-daguerre/
Build status:build-image

Indices and tables