daphne
daphne copied to clipboard
Add --nostatic and --insecure args to runserver command. Fixes django/daphne#449
Both arguments are accepted by django.contrib.staticfiles' runserver command, so Daphne's should include them too to provide maximum compatibility.
Yes. The options populated by these arguments were already in use on Daphne's code (https://github.com/django/daphne/blob/main/daphne/management/commands/runserver.py#L150) but without the arguments definition, those options would never be able to be populated with a value other than their defaults.
Good. Thanks.
Any updates on this merge?
Any updates on this merge?