Changeset 5825 for django/trunk/docs/tutorial02.txt
- Timestamp:
- 08/06/07 21:33:11 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r5803 r5825 363 363 ================================= 364 364 365 Clearly, having "Django administration" a nd "example.com" at the top of each366 admin page isridiculous. It's just placeholder text.365 Clearly, having "Django administration" at the top of each admin page is 366 ridiculous. It's just placeholder text. 367 367 368 368 That's easy to change, though, using Django's template system. The Django admin … … 390 390 391 391 Then, just edit the file and replace the generic Django text with your own 392 site's name a nd URL as you see fit.392 site's name as you see fit. 393 393 394 394 Note that any of Django's default admin templates can be overridden. To
