I can get it to work with Django 1.9. The first issue I encountered was this one. According to https://docs.djangoproject.com/en/1.9/internals/deprecation/. The `django.utils.importlib` you are importing in `utils.py` is depricated.
I can get it to work with Django 1.9. The first issue I encountered was this one. According to https://docs.djangoproject.com/en/1.9/internals/deprecation/. The
django.utils.importlibyou are importing inutils.pyis depricated.