Django

Code

Changeset 3928

Show
Ignore:
Timestamp:
10/24/06 11:56:25 (2 years ago)
Author:
adrian
Message:

Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda

Files:

Legend:

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

    r3915 r3928  
    384384admin template directory (``django/contrib/admin/templates``) into an ``admin`` 
    385385subdirectory of whichever directory you're using in ``TEMPLATE_DIRS``. For 
    386 example, if your ``TEMPLATE_DIRS`` includes ``"/home/mytemplates"``, as above
    387 then copy ``django/contrib/admin/templates/admin/base_site.html`` to 
    388 ``/home/mytemplates/admin/base_site.html``. Don't forget that ``admin`` 
    389 subdirectory. 
     386example, if your ``TEMPLATE_DIRS`` includes ``"/home/my_username/mytemplates"``
     387as above, then copy ``django/contrib/admin/templates/admin/base_site.html`` to 
     388``/home/my_username/mytemplates/admin/base_site.html``. Don't forget that 
     389``admin`` subdirectory. 
    390390 
    391391Then, just edit the file and replace the generic Django text with your own