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:
Jannis Leidel 2011-12-23 19:13:10 +00:00
parent 27f5fefc54
commit 6fcbe90954
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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