Hello everyone I am in the progress of upgrading Django from 1.11 to 2.0.
I have run into an issue with the django-subdomains package, where it is attempting to import from django.core.urlresolvers. It looks like this package is no longer maintained.
Editing the files in the library is not an option, so I was wondering if anyone had any suggestions for an alternative that I can switch over to relatively easily.