jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
982 stars 106 forks source link

django.utils.six module will be deprecated in Django 3.0 #98

Closed Djailla closed 4 years ago

Djailla commented 5 years ago

Hello

I'm just trying Django 3.0 beta and found an issue with django-hosts package because django.utils.six will be removed from Django 3.0.

I don't know what would be the best move ?

Migrate package to Python 3 only ?

Djailla commented 5 years ago

Here is a PR : https://github.com/jazzband/django-hosts/pull/100