Changeset 1300
- Timestamp:
- 11/20/05 10:20:24 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r1275 r1300 34 34 * Run the command ``django-admin.py install admin``. This will create an 35 35 extra database table that the admin needs. 36 * Edit your ``myproject .urls`` file and uncomment the line below36 * Edit your ``myproject/urls.py`` file and uncomment the line below 37 37 "Uncomment this for admin:". This file is a URLconf; we'll dig into 38 38 URLconfs in the next tutorial. For now, all you need to know is that it
