﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16669	tutorial01: inconsistent formatting for django-admin.py interactions	Danny Lawrence	nobody	"The tutorial01 contains the syntax to start a new project - '''django-admin.py startproject mysite''' 

However its not the same formatting that the start application follows

As a new user it was immediately obvious that it is an important step or that it was syntax that need to be entered.


Page: https://docs.djangoproject.com/en/dev/intro/tutorial01/


{{{
Index: docs/intro/tutorial01.txt
===================================================================
--- docs/intro/tutorial01.txt	(revision 16642)
+++ docs/intro/tutorial01.txt	(working copy)
@@ -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

}}}
"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	tutorial01, formatting		Ready for checkin	0	0	0	0	1	0
