Django

Code

Changeset 366

Show
Ignore:
Timestamp:
08/01/05 14:03:33 (3 years ago)
Author:
adrian
Message:

Additional clarification to [365]

Files:

Legend:

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

    r365 r366  
    119119make sure Django is following the URLconf properly. 
    120120 
    121 Fire up the Django development Web server, as we did in Tutorial 2:: 
     121Fire up the Django development Web server:: 
    122122 
    123123    django-admin.py runserver --settings="myproject.settings.main"