setup.py & requirements.txtdo not pin the version of Django, and Django 2.0 is out, and Django distill is broken.
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django_distill/management/commands/distill-local.py", line 14, in <module>
from django_distill.renderer import (run_collectstatic, render_to_dir)
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django_distill/renderer.py", line 17, in <module>
from django.core.urlresolvers import reverse
ModuleNotFoundError: No module named 'django.core.urlresolvers'
Refer to "django.core.urlresolvers" entry on their deprecation doc.
setup.py
&requirements.txt
do not pin the version of Django, and Django 2.0 is out, and Django distill is broken.Refer to "django.core.urlresolvers" entry on their deprecation doc.