diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-30 08:36:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-30 08:38:42 -0400 |
| commit | fbac080691760731319cefcb62617a9dd92af0af (patch) | |
| tree | 8349c9f6bd5361e36c7516433c37360dda49433e /docs | |
| parent | d2b883483974c3a45d2f74d40df164b1ae9e00e3 (diff) | |
[1.4.X] Fixed #18277 - Clarified startproject documentation.
Backport of 33503600b5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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 |
