Author: julien
Date: 2011-08-22 22:24:31 -0700 (Mon, 22 Aug 2011)
New Revision: 16664

Modified:
   django/trunk/docs/intro/tutorial01.txt
Log:
Fixed #16669 -- Made the startproject instruction formatting easier to read and 
more consistent with other formatting in the tutorial part 1. Thanks to Daniel 
Lawrence and Aymeric Augustin.

Modified: django/trunk/docs/intro/tutorial01.txt
===================================================================
--- django/trunk/docs/intro/tutorial01.txt      2011-08-23 05:12:31 UTC (rev 
16663)
+++ django/trunk/docs/intro/tutorial01.txt      2011-08-23 05:24:31 UTC (rev 
16664)
@@ -36,9 +36,14 @@
 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
 
    If you installed Django using a Linux distribution's package manager

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to