tjwalch/django-livereload-server

Django 1.10 compatibility

JeansReal opened this issue · 1 comments

WARNINGS:
?: (1_10.W001) The MIDDLEWARE_CLASSES setting is deprecated in Django 1.10 and the MIDDLEWARE setting takes precedence. Since you've set MIDDLEWARE, the value of MIDDLEWARE_CLASSES is ignored.

if the middleware 'livereload.middleware.LiveReloadScript', is on the new MIDDLEWARE settings then django trows: Unhandled exception in thread started by <function wrapper at 0x7fa9c7fbe050>

fixed