mirror of https://github.com/django/django.git
[2.2.x] Updated man page for Django 2.2.
This commit is contained in:
parent
4f2713ff0e
commit
93e719efdb
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "DJANGO-ADMIN" "1" "May 01, 2019" "2.2" "Django"
|
||||
.TH "DJANGO-ADMIN" "1" "July 01, 2019" "2.2" "Django"
|
||||
.SH NAME
|
||||
django-admin \- Utility script for the Django Web framework
|
||||
.
|
||||
|
@ -2600,7 +2600,7 @@ support the \fBstdout\fP and \fBstderr\fP options. For example, you could write:
|
|||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
with open(\(aq/path/to/command_output\(aq) as f:
|
||||
with open(\(aq/path/to/command_output\(aq, \(aqw\(aq) as f:
|
||||
management.call_command(\(aqdumpdata\(aq, stdout=f)
|
||||
.ft P
|
||||
.fi
|
||||
|
|
Loading…
Reference in New Issue