Django.conf.urls -> django.urls


#1

It looks like for Django 2.0 from django.conf.urls import path, include should become from django.urls import path, include

https://docs.djangoproject.com/en/2.1/releases/2.0/

**update, this was not backwards incompatible until 2.1. My mistake.


#2

Thanks for the report!!