[1.4.X] Fixed #18277 - Clarified startproject documentation.

Backport of 33503600b5 from master
This commit is contained in:
Tim Graham 2013-03-30 08:36:31 -04:00
parent d2b8834839
commit fbac080691
1 changed files with 2 additions and 1 deletions

View File

@ -1035,7 +1035,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