tjwalch/django-livereload-server

HTTPS

ebergmundur opened this issue · 1 comments

Hi

I'm using runsslserver for development that requires SSL, it runs on port 8000 just as the standard dev server.

The django-reload-server does not seem to communicate with it, works fine on plain runserver

Is there an undocumented setting where that could be addressed?

Django-reload-server updates the runserver management command. To get the runsslserver command to work you will need to update the runsslserver management command to include the relevant parts from the Django-reload-server runserver management command.