Django

Code

Changeset 1300

Show
Ignore:
Timestamp:
11/20/05 10:20:24 (3 years ago)
Author:
adrian
Message:

Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel

Files:

Legend:

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

    r1275 r1300  
    3434    * Run the command ``django-admin.py install admin``. This will create an 
    3535      extra database table that the admin needs. 
    36     * Edit your ``myproject.urls`` file and uncomment the line below 
     36    * Edit your ``myproject/urls.py`` file and uncomment the line below 
    3737      "Uncomment this for admin:". This file is a URLconf; we'll dig into 
    3838      URLconfs in the next tutorial. For now, all you need to know is that it