You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: