#16669: tutorial01: inconsistent formatting for django-admin.py interactions
------------------------------------+-------------------------------
Reporter: daniellawrence | Owner: nobody
Type: Cleanup/optimization | Status: new
Milestone: | Component: Documentation
Version: SVN | Severity: Normal
Keywords: tutorial01, formatting | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 1
UI/UX: 0 |
------------------------------------+-------------------------------
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
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/16669>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
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.