Django

Code

Show
Ignore:
Timestamp:
08/06/07 21:33:11 (1 year ago)
Author:
adrian
Message:

Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa

Files:

Legend:

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

    r5803 r5825  
    363363================================= 
    364364 
    365 Clearly, having "Django administration" and "example.com" at the top of each 
    366 admin page is ridiculous. It's just placeholder text. 
     365Clearly, having "Django administration" at the top of each admin page is 
     366ridiculous. It's just placeholder text. 
    367367 
    368368That's easy to change, though, using Django's template system. The Django admin 
     
    390390 
    391391Then, just edit the file and replace the generic Django text with your own 
    392 site's name and URL as you see fit. 
     392site's name as you see fit. 
    393393 
    394394Note that any of Django's default admin templates can be overridden. To