Django

Code

Changeset 425

Show
Ignore:
Timestamp:
08/06/05 20:00:58 (3 years ago)
Author:
adrian
Message:

Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS in the *admin* settings file if you want to change admin template directories

Files:

Legend:

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

    r315 r425  
    392392    ) 
    393393 
     394Again, note that you should edit the admin settings file, not the main settings 
     395file. That's because we're dealing with admin-site templates. 
     396 
    394397Now copy the template ``base_site.html`` from within the default Django admin 
    395398template directory, into ``/home/mytemplates/admin`` (or wherever you're