ecometrica / django-multisite

Multisite in django — use one Django app to serve multiple domains
BSD 3-Clause "New" or "Revised" License
138 stars 42 forks source link

Middleware compatibility with Django 2 #70

Closed mihalikv closed 4 years ago

mihalikv commented 4 years ago

ThreadLocalMiddleware is not compatible with new middleware "style".

https://github.com/ecometrica/django-multisite/pull/69

mihalikv commented 4 years ago

Fixed and merged https://github.com/ecometrica/django-multisite/pull/69