roverdotcom/django-inlinecss

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

Closed this issue · 3 comments

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

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.

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.

Install the library using:

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