mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed #18277 - Clarified startproject documentation.
This commit is contained in:
parent
72b1522a2f
commit
33503600b5
@ -1036,7 +1036,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
|
||||
|
Loading…
Reference in New Issue
Block a user