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:
Chris Beaven 2012-01-29 21:39:39 +00:00
parent a4b472dd80
commit b5d0cc9091
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ For example::
.. versionadded:: 1.4
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
formats.