jazzband/django-hosts

Not working with Django 2.0.2

Opened this issue · 1 comments

ROOT_URLCONF is taking precedence over ROOT_HOSTCONF even though django_hosts.middleware.HostsRequestMiddleware, and django_hosts.middleware.HostsResponseMiddleware are the first and last middlewares respectively.

@babus did you figure this out?