Commit b5d0cc90 authored by Chris Beaven's avatar Chris Beaven
Browse files

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
parent a4b472dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.