diff options
| author | Chris Beaven <smileychris@gmail.com> | 2012-01-29 21:39:39 +0000 |
|---|---|---|
| committer | Chris Beaven <smileychris@gmail.com> | 2012-01-29 21:39:39 +0000 |
| commit | b5d0cc9091c04e7d6f0d7eed5b6d409805430ed6 (patch) | |
| tree | 89c6fa51ba2d98ce0097c2bcdf28c1b8e0637571 /docs/ref/django-admin.txt | |
| parent | a4b472dd809c8a696d1488a54dcaf3870ec9e661 (diff) | |
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
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
