Django

Code

Changeset 219

Show
Ignore:
Timestamp:
07/19/05 14:58:19 (3 years ago)
Author:
adrian
Message:

Added note to tutorial02 on how to stop the development server on Unix vs. Windows

Files:

Legend:

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

    r195 r219  
    116116have to restart the server each time you make a change to Python code -- but 
    117117we're working on changing that. 
     118 
     119You can stop the development server by hitting CONTROL-C (Unix) or CTRL-BREAK 
     120(Windows). 
    118121 
    119122Explore the free admin functionality