Changeset 425
- Timestamp:
- 08/06/05 20:00:58 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r315 r425 392 392 ) 393 393 394 Again, note that you should edit the admin settings file, not the main settings 395 file. That's because we're dealing with admin-site templates. 396 394 397 Now copy the template ``base_site.html`` from within the default Django admin 395 398 template directory, into ``/home/mytemplates/admin`` (or wherever you're
