File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.\" Man page generated from reStructuredText.
2
2
.
3
- .TH "DJANGO-ADMIN" "1" "September 05 , 2022" "4.1" "Django"
3
+ .TH "DJANGO-ADMIN" "1" "November 01 , 2022" "4.1" "Django"
4
4
.SH NAME
5
5
django-admin \- Utility script for the Django web framework
6
6
.
@@ -1360,8 +1360,8 @@ separate ports by executing \fBdjango\-admin runserver\fP more than once.
1360
1360
.sp
1361
1361
Note that the default IP address, \fB 127.0.0.1 \fP , is not accessible from other
1362
1362
machines on your network. To make your development server viewable to other
1363
- machines on the network, use its own IP address (e.g. \fB 192.168.2.1 \fP ) or
1364
- \fB 0.0.0.0 \fP or \fB :: \fP (with IPv6 enabled).
1363
+ machines on the network, use its own IP address (e.g. \fB 192.168.2.1 \fP ), \fB 0 \fP
1364
+ (shortcut for \fB 0.0.0.0 \fP ), \fB 0.0.0.0 \fP , or \fB :: \fP (with IPv6 enabled).
1365
1365
.sp
1366
1366
You can provide an IPv6 address surrounded by brackets
1367
1367
(e.g. \fB [200a::1]:8000 \fP ). This will automatically enable IPv6 support.
You can’t perform that action at this time.
0 commit comments