Versions

Description

**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**. .. code-block:: html+django {% load daguerre %} <img src="{% adjust my_model.image "fill" width=200 height=400 %}" /> {% adjust_bulk my_queryset "method.image" "fill" 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| .. |build-image| image:: https://secure.travis-ci.org/littleweaver/django-daguerre.png?branch=master :target: http://travis-ci.org/littleweaver/django-daguerre/branches

Repository

https://github.com/melinath/django-daguerre.git

Project Slug

django-daguerre

Last Built

10 months ago passed

Maintainers

Badge

Tags

django, image-processing, thumbnails

Short URLs

django-daguerre.readthedocs.io
django-daguerre.rtfd.io

Default Version

stable

'latest' Version

master