mirror of
https://github.com/django/django.git
synced 2025-12-04 09:03:21 +00:00
Refs #30160 -- Doc'd startapp/startproject support for tarfile templates.
This commit is contained in:
parent
69a30f620e
commit
1692f69e37
1 changed files with 3 additions and 3 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue