summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-02-06 21:43:30 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-31 09:46:24 +0200
commit1692f69e37ccf7985a1f62875babab91984b9773 (patch)
treefcf54c1d07436df9eecbfd00c4d97a9a4bf64c0c /docs
parent69a30f620eb46246c0b39cd40a0f7df57f2af8d0 (diff)
Refs #30160 -- Doc'd startapp/startproject support for tarfile templates.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index d195b58496..be007c8cdf 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1221,9 +1221,9 @@ For example::
.. django-admin-option:: --template TEMPLATE
-Provides the path to a directory with a custom app template file or a path to a
-compressed file (``.tar.gz``, ``.tar.bz2``, ``.tgz``, ``.tbz2``, ``.zip``)
-containing the app template files.
+Provides the path to a directory with a custom app template file, or a path to
+an uncompressed archive (``.tar``) or a compressed archive (``.tar.gz``,
+``.tar.bz2``, ``.tgz``, ``.tbz2``, ``.zip``) containing the app template files.
For example, this would look for an app template in the given directory when
creating the ``myapp`` app::