Removed note about "0" IP address from tutorial.

Tutorial should offer only minimum, necessary, explanation.
This commit is contained in:
Mariusz Felisiak 2022-10-04 11:51:18 +02:00 committed by GitHub
parent 9fbb5b5e16
commit c583418e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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`