mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed note about "0" IP address from tutorial.
Tutorial should offer only minimum, necessary, explanation.
This commit is contained in:
parent
9fbb5b5e16
commit
c583418e3e
2 changed files with 5 additions and 5 deletions
|
@ -181,10 +181,10 @@ It worked!
|
|||
|
||||
.. console::
|
||||
|
||||
$ python manage.py runserver 0:8000
|
||||
$ python manage.py runserver 0.0.0.0:8000
|
||||
|
||||
**0** is a shortcut for **0.0.0.0**. Full docs for the development server
|
||||
can be found in the :djadmin:`runserver` reference.
|
||||
Full docs for the development server can be found in the
|
||||
:djadmin:`runserver` reference.
|
||||
|
||||
.. admonition:: Automatic reloading of :djadmin:`runserver`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue