Django

Code

Changeset 1952

Show
Ignore:
Timestamp:
01/13/06 14:42:11 (3 years ago)
Author:
adrian
Message:

Updated docs/tutorial02.txt to include extra sentence about remembering the 'admin' subdirectory

Files:

Legend:

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

    r1901 r1952  
    400400example, if your ``TEMPLATE_DIRS`` includes ``"/home/mytemplates"``, as above, 
    401401then copy ``django/contrib/admin/templates/admin/base_site.html`` to 
    402 ``/home/mytemplates/admin/base_site.html``. 
     402``/home/mytemplates/admin/base_site.html``. Don't forget that ``admin`` 
     403subdirectory. 
    403404 
    404405Then, just edit the file and replace the generic Django text with your own