From fbac080691760731319cefcb62617a9dd92af0af Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 30 Mar 2013 08:36:31 -0400 Subject: [PATCH] [1.4.X] Fixed #18277 - Clarified startproject documentation. Backport of 33503600b5 from master --- docs/ref/django-admin.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 0c9461110a..f6df5d596c 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1035,7 +1035,8 @@ through the template engine: the files whose extensions match the with the ``--name`` option. The :class:`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