Kaydet (Commit) ce3d9f84 authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in docs/ref/django-admin.txt

Thanks Wes Kendall for the report.
üst 6f470650
...@@ -1155,7 +1155,7 @@ through the template engine: the files whose extensions match the ...@@ -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
...@@ -1225,8 +1225,8 @@ through the template engine: the files whose extensions match the ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment