lewiscollard / django-flexible-images

A responsive image solution for Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Required dependencies not mentioned?

dannieeswitch opened this issue · comments

I've been trying to set this library up properly with django, and I'm noticing that:

  • Pillow
  • django_jinja

seem to be required packages?

After installing Pillow I was able to proceed, only to be stopped by a:

Invalid template library specified. ImportError raised when trying to load 'flexible_images.templatetags.django_jinja_flexible_images': No module named 'django_jinja'

Is there any documentation for this that I'm missing, or are these dependencies actually required and not documented?

In any case I'm not looking to install these two if not absolutely needed. Any help would be greatly appreciated.

Thanks for the report. django_jinja absolutely should not be required - it works with it (optionally), but should not require it. I'll get a fix up this weekend I hope!