summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-03-30 08:36:31 -0400
committerTim Graham <timograham@gmail.com>2013-03-30 08:38:28 -0400
commited3dd2759e7a95f3a0933782212dcb644c32a8c4 (patch)
tree5560eb5684b3eb4b3f45a2251febb588eac4bdb7 /docs
parent29c77c5ed242b2f4aab029b86128afd83eabcdfa (diff)
[1.5.X] Fixed #18277 - Clarified startproject documentation.
Backport of 33503600b5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 02241ac36c..6000b7e41e 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -977,7 +977,8 @@ through the template engine: the files whose extensions match the
with the ``--name`` option. The :class:`template context
<django.template.Context>` used is:
-- Any option passed to the startproject command
+- Any option passed to the startapp command (among the command's supported
+ options)
- ``project_name`` -- the project name as passed to the command
- ``project_directory`` -- the full path of the newly created project
- ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting