django-livereload-server
django-livereload-server copied to clipboard
HTTPS
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.