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

Add images folder to static file with necessary images #70

Closed hamole closed 9 years ago

hamole commented 9 years ago

To fix https://github.com/littleweaver/django-daguerre/issues/69

This is the first time I have attempted a pull request so hopefully I have done it correctly.

harrislapiroff commented 9 years ago

@hamole Thanks for the bug report and pull request. I think we're going to use the approach I took in #71 instead (using Grappelli CSS classes instead of using the image directly) because it feels more robust and likely to work across future versions of Grappelli. Congratulations on your first pull request, though!

melinath commented 9 years ago

Resolved by #71 - see #69 for additional details.