Ticket #11222: 11222.diff
File 11222.diff, 945 bytes (added by , 15 years ago) |
---|
-
docs/intro/tutorial02.txt
414 414 ) 415 415 416 416 Now copy the template ``admin/base_site.html`` from within the default Django 417 admin template directory (``django/contrib/admin/templates``) into an ``admin``418 subdirectory of whichever directory you're using in :setting:`TEMPLATE_DIRS`. 419 For example, if your :setting:`TEMPLATE_DIRS` includes417 admin template directory in the source code (``django/contrib/admin/templates``) 418 into an ``admin`` subdirectory of whichever directory you're using in 419 :setting:`TEMPLATE_DIRS`. For example, if your :setting:`TEMPLATE_DIRS` includes 420 420 ``"/home/my_username/mytemplates"``, as above, then copy 421 421 ``django/contrib/admin/templates/admin/base_site.html`` to 422 422 ``/home/my_username/mytemplates/admin/base_site.html``. Don't forget that