Author: julien
Date: 2011-08-22 22:59:54 -0700 (Mon, 22 Aug 2011)
New Revision: 16665
Modified:
django/branches/releases/1.3.X/docs/intro/tutorial01.txt
Log:
[1.3.X] 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.
Backport of r16664 from trunk.
Modified: django/branches/releases/1.3.X/docs/intro/tutorial01.txt
===================================================================
--- django/branches/releases/1.3.X/docs/intro/tutorial01.txt 2011-08-23
05:24:31 UTC (rev 16664)
+++ django/branches/releases/1.3.X/docs/intro/tutorial01.txt 2011-08-23
05:59:54 UTC (rev 16665)
@@ -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.