roverdotcom / django-inlinecss

A Django app useful for inlining CSS (primarily for e-mails)
Other
160 stars 94 forks source link

I'm getting the error InvalidTemplateLibrary, when including django_inlinecss in my INSTALLED_APPS #26

Closed juliancantillo closed 8 years ago

juliancantillo commented 8 years ago

I am using Django 1.9.5

InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django_inlinecss.templatetags.inlinecss': cannot import name importlib

dtrinchet commented 8 years ago

Use this version instead -e git://github.com/roverdotcom/django-inlinecss.git@master#egg=django-inlinecss-master. It seems the version with the fix is not in Pypi atm.

juliancantillo commented 8 years ago

Thanks, I did this yesterday, I was going to close the issue, and inform my experience. If someone else experience the same only have to use the last version from github.

juliancantillo commented 8 years ago

Install the library using:

pip install git+https://github.com/roverdotcom/django-inlinecss