tjwalch/django-livereload-server

livereload doesn't work in https environment

Opened this issue · 1 comments

I use django-sslserver to make a https django develop environment. django-liveload-server works well in http environment, but when in https it still monitors http://127.0.0.1:8000, and doesn't reflect any file change.
Is there any way to make live-reload on https environment?

I fix that issue. please try my forked repository.
https://github.com/gou-simada/django-livereload-server