django / daphne

Django Channels HTTP/WebSocket server
BSD 3-Clause "New" or "Revised" License
2.37k stars 266 forks source link

Add --nostatic and --insecure args to runserver command. Fixes django/daphne#449 #450

Open davidfb opened 1 year ago

davidfb commented 1 year ago

Both arguments are accepted by django.contrib.staticfiles' runserver command, so Daphne's should include them too to provide maximum compatibility.

davidfb commented 1 year ago

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.

carltongibson commented 1 year ago

Good. Thanks.

josephetareh commented 11 months ago

Any updates on this merge?

Kaju-Bubanja commented 10 months ago

Any updates on this merge?