1
0
mirror of https://github.com/django/django.git synced 2025-04-06 22:46:41 +00:00

[4.1.x] Updated man page for Django 4.1.3.

This commit is contained in:
Mariusz Felisiak 2022-11-01 07:02:20 +01:00
parent cf69b9f7ef
commit 9a9a428d73

View File

@ -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.