Commit 6fcbe909 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Minor fixes to the release notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 27f5fefc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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