Skip to content

Commit

Permalink
Fixed typo in docs/ref/django-admin.txt
Browse files Browse the repository at this point in the history
Thanks Wes Kendall for the report.
  • Loading branch information
timgraham committed Mar 11, 2014
1 parent 6f47065 commit ce3d9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ref/django-admin.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ through the template engine: the files whose extensions match the
with the ``--name`` option. The :class:`template context with the ``--name`` option. The :class:`template context
<django.template.Context>` used is: <django.template.Context>` used is:


- Any option passed to the startapp command (among the command's supported - Any option passed to the ``startapp`` command (among the command's supported
options) options)
- ``app_name`` -- the app name as passed to the command - ``app_name`` -- the app name as passed to the command
- ``app_directory`` -- the full path of the newly created app - ``app_directory`` -- the full path of the newly created app
Expand Down Expand Up @@ -1225,8 +1225,8 @@ through the template engine: the files whose extensions match the
with the ``--name`` option. The :class:`template context with the ``--name`` option. The :class:`template context
<django.template.Context>` used is: <django.template.Context>` used is:


- Any option passed to the startapp command (among the command's supported - Any option passed to the ``startproject`` command (among the command's
options) supported options)
- ``project_name`` -- the project name as passed to the command - ``project_name`` -- the project name as passed to the command
- ``project_directory`` -- the full path of the newly created project - ``project_directory`` -- the full path of the newly created project
- ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting - ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting
Expand Down

0 comments on commit ce3d9f8

Please sign in to comment.