Skip to content

Commit

Permalink
[1.3.X] Fixed #16669 -- Made the startproject instruction formatting …
Browse files Browse the repository at this point in the history
…easier to read and more consistent with other formatting in the tutorial part 1. Thanks to Daniel Lawrence and Aymeric Augustin.

Backport of r16664 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
julien committed Aug 23, 2011
1 parent 3b8dd16 commit 24e1127
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/intro/tutorial01.txt
Expand Up @@ -36,8 +36,13 @@ including database configuration, Django-specific options and
application-specific settings.

From the command line, ``cd`` into a directory where you'd like to store your
code, then run the command ``django-admin.py startproject mysite``. This will
create a ``mysite`` directory in your current directory.
code, then run the following command:

.. code-block:: bash

django-admin.py startproject mysite

This will create a ``mysite`` directory in your current directory.

.. admonition:: Script name may differ in distribution packages

Expand Down

0 comments on commit 24e1127

Please sign in to comment.