Ticket #16669: start-project-formatting.2.diff
File start-project-formatting.2.diff, 771 bytes (added by , 13 years ago) |
---|
-
docs/intro/tutorial01.txt
36 36 application-specific settings. 37 37 38 38 From the command line, ``cd`` into a directory where you'd like to store your 39 code, then run the command ``django-admin.py startproject mysite``. This will 40 create a ``mysite`` directory in your current directory. 39 code, then run the following command: 41 40 41 .. code-block:: bash 42 43 django-admin.py startproject mysite 44 45 This will create a ``mysite`` directory in your current directory. 46 42 47 .. admonition:: Script name may differ in distribution packages 43 48 44 49 If you installed Django using a Linux distribution's package manager