Django

Code

Show
Ignore:
Timestamp:
11/29/07 12:15:38 (1 year ago)
Author:
mtredinnick
Message:

Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r6535 r6743  
    4848   is because, on Unix-based systems like OS X, a file must be marked 
    4949   as "executable" before it can be run as a program. To do this, open 
    50    Terminal.app and navigate (using the `cd` command) to the directory 
     50   Terminal.app and navigate (using the ``cd`` command) to the directory 
    5151   where ``django-admin.py`` is installed, then run the command 
    5252   ``chmod +x django-admin.py``.