From b5d0cc9091c04e7d6f0d7eed5b6d409805430ed6 Mon Sep 17 00:00:00 2001 From: Chris Beaven Date: Sun, 29 Jan 2012 21:39:39 +0000 Subject: [PATCH] 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 --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 4bde86ce4a..bdbef5ea9c 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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.