Ticket #16669: start-project-formatting.2.diff

File start-project-formatting.2.diff, 771 bytes (added by Aymeric Augustin, 13 years ago)
  • docs/intro/tutorial01.txt

     
    3636application-specific settings.
    3737
    3838From 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.
     39code, then run the following command:
    4140
     41.. code-block:: bash
     42
     43   django-admin.py startproject mysite
     44   
     45This will create a ``mysite`` directory in your current directory.
     46
    4247.. admonition:: Script name may differ in distribution packages
    4348
    4449   If you installed Django using a Linux distribution's package manager
Back to Top