Add a mention in the startproject docs section that --template can take a URL
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17410 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a4b472dd80
commit
b5d0cc9091
|
@ -1002,7 +1002,7 @@ For example::
|
||||||
.. versionadded:: 1.4
|
.. versionadded:: 1.4
|
||||||
|
|
||||||
As with the :djadmin:`startapp` command, the ``--template`` option lets you
|
As with the :djadmin:`startapp` command, the ``--template`` option lets you
|
||||||
specify a directory or file path of a custom project template. See the
|
specify a directory, file path, or URL of a custom project template. See the
|
||||||
:djadmin:`startapp` documentation for details of supported project template
|
:djadmin:`startapp` documentation for details of supported project template
|
||||||
formats.
|
formats.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue