Minor fixes to the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
27f5fefc54
commit
6fcbe90954
|
@ -453,8 +453,8 @@ The :djadmin:`startapp` and :djadmin:`startproject` management commands
|
|||
got a ``--template`` option for specifying a path or URL to a custom app or
|
||||
project template.
|
||||
|
||||
For example, Django will use the ``/path/to/my_project_template``
|
||||
directorywhen running the following command::
|
||||
For example, Django will use the ``/path/to/my_project_template`` directory
|
||||
when running the following command::
|
||||
|
||||
django-admin.py startproject --template=/path/to/my_project_template myproject
|
||||
|
||||
|
|
|
@ -443,8 +443,8 @@ The :djadmin:`startapp` and :djadmin:`startproject` management commands
|
|||
got a ``--template`` option for specifying a path or URL to a custom app or
|
||||
project template.
|
||||
|
||||
For example, Django will use the ``/path/to/my_project_template``
|
||||
directorywhen running the following command::
|
||||
For example, Django will use the ``/path/to/my_project_template`` directory
|
||||
when running the following command::
|
||||
|
||||
django-admin.py startproject --template=/path/to/my_project_template myproject
|
||||
|
||||
|
|
Loading…
Reference in New Issue