diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-01 07:02:20 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-01 07:02:20 +0100 |
| commit | 9a9a428d738c763abcad568d763f13acda99b600 (patch) | |
| tree | 419fc47104fcd0cc5e2fcefa4cb80c215bd3d2ef | |
| parent | cf69b9f7ef3baaf95cb1a0b9a262c102e1255dcf (diff) | |
[4.1.x] Updated man page for Django 4.1.3.
| -rw-r--r-- | docs/man/django-admin.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index e9e0b74e16..b1fc1ba42c 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DJANGO-ADMIN" "1" "September 05, 2022" "4.1" "Django" +.TH "DJANGO-ADMIN" "1" "November 01, 2022" "4.1" "Django" .SH NAME django-admin \- Utility script for the Django web framework . @@ -1360,8 +1360,8 @@ separate ports by executing \fBdjango\-admin runserver\fP more than once. .sp Note that the default IP address, \fB127.0.0.1\fP, is not accessible from other machines on your network. To make your development server viewable to other -machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP) or -\fB0.0.0.0\fP or \fB::\fP (with IPv6 enabled). +machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP), \fB0\fP +(shortcut for \fB0.0.0.0\fP), \fB0.0.0.0\fP, or \fB::\fP (with IPv6 enabled). .sp You can provide an IPv6 address surrounded by brackets (e.g. \fB[200a::1]:8000\fP). This will automatically enable IPv6 support. |
