{{{
$ ./manage runserver 0
Performing system checks...
System check identified no issues (0 silenced).
March 31, 2023 - 20:10:05
Django version 4.1.7, using settings '...'
Starting development server at http://127.0.0.1:0/
Quit the server with CONTROL-C.
}}}
Note that the shown development server URL is invalid – the actual port
used is not going to be zero.
--
Ticket URL: <https://code.djangoproject.com/ticket/34452>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
* component: Uncategorized => Core (Management commands)
Comment:
Duplicate of #32813.
--
Ticket URL: <https://code.djangoproject.com/ticket/34452#comment:1>