melinath / django-daguerre

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

Docs: Correct explanation of how daguerre works. #43

Closed melinath closed 11 years ago

melinath commented 11 years ago

Docs currently read: "It actually renders a URL to an adjustment view, which runs the adjustment (if necessary), and then redirects the user to the actual adjusted image’s URL."

This describes the old way of doing things. Needs to be fixed.