Skip to content

Commit

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jphalip committed Aug 23, 2011
1 parent a39066b commit 6feb611
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 6feb611

Please sign in to comment.