roverdotcom / django-inlinecss

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

Fix django.utils.importlib deprecation issue in conf.py #23

Closed Pavlov123 closed 8 years ago

Pavlov123 commented 8 years ago

Fixes issue #20.

damacisaac commented 8 years ago

I think you need to wrap it in a try block and fallback to the django version for those who haven't upgraded.

Jaidan commented 8 years ago

We merged another version of this. Thanks!