Skip to content

Commit

Permalink
Fixed django#18164 -- Precised startapp template context content
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Jul 7, 2012
1 parent d94cfdc commit 249c445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,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 startapp command
- Any option passed to the startapp command (among the command's supported
options)
- ``app_name`` -- the app name as passed to the command
- ``app_directory`` -- the full path of the newly created app

Expand Down

0 comments on commit 249c445

Please sign in to comment.