Skip to content

Commit

Permalink
[4.1.x] Updated man page for Django 4.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Nov 1, 2022
1 parent cf69b9f commit 9a9a428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/man/django-admin.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9a9a428

Please sign in to comment.