Skip to content

Commit 9a9a428

Browse files
committed
[4.1.x] Updated man page for Django 4.1.3.
1 parent cf69b9f commit 9a9a428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/man/django-admin.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "DJANGO-ADMIN" "1" "September 05, 2022" "4.1" "Django"
3+
.TH "DJANGO-ADMIN" "1" "November 01, 2022" "4.1" "Django"
44
.SH NAME
55
django-admin \- Utility script for the Django web framework
66
.
@@ -1360,8 +1360,8 @@ separate ports by executing \fBdjango\-admin runserver\fP more than once.
13601360
.sp
13611361
Note that the default IP address, \fB127.0.0.1\fP, is not accessible from other
13621362
machines on your network. To make your development server viewable to other
1363-
machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP) or
1364-
\fB0.0.0.0\fP or \fB::\fP (with IPv6 enabled).
1363+
machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP), \fB0\fP
1364+
(shortcut for \fB0.0.0.0\fP), \fB0.0.0.0\fP, or \fB::\fP (with IPv6 enabled).
13651365
.sp
13661366
You can provide an IPv6 address surrounded by brackets
13671367
(e.g. \fB[200a::1]:8000\fP). This will automatically enable IPv6 support.

0 commit comments

Comments
 (0)