diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-04 11:51:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-04 11:51:18 +0200 |
| commit | c583418e3ec2a7f2997f739a51ae07291c18070e (patch) | |
| tree | a21d3984f608b513770186995fbe98ff7586acf6 /docs/intro/tutorial01.txt | |
| parent | 9fbb5b5e16b44dff97a3caa0e288803a80fabdd3 (diff) | |
Removed note about "0" IP address from tutorial.
Tutorial should offer only minimum, necessary, explanation.
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 1c35424c97..a308339fa9 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -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` |
