Changeset 1952
- Timestamp:
- 01/13/06 14:42:11 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r1901 r1952 400 400 example, if your ``TEMPLATE_DIRS`` includes ``"/home/mytemplates"``, as above, 401 401 then 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`` 403 subdirectory. 403 404 404 405 Then, just edit the file and replace the generic Django text with your own
