Django

Code

Changeset 3013

Show
Ignore:
Timestamp:
05/30/06 21:16:49 (2 years ago)
Author:
adrian
Message:

Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman

Files:

Legend:

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

    r2967 r3013  
    8686 
    8787Now reload the Django admin page to see your changes. Note that you don't have 
    88 to restart the development server -- the server will auto-reloads your project, 
     88to restart the development server -- the server will auto-reload your project, 
    8989so any modifications code will be seen immediately in your browser. 
    9090