Skip to content

fix and further simplify listening on all interfaces for runserver script

Nicola Jordan requested to merge feature/simpler_determination_of_ip into develop

Created by: das-g

The output of hostname -I has a space at the end. :-(

But we can listen on all interfaces without knowing our outside-facing IP by specifying 0.0.0.0, anyway.

Also removed unnecessary quoting.

Merge request reports