diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-15 00:14:41 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-15 00:14:41 +0000 |
| commit | 0b5043832b1cb11aa81e70246bbe12e8e44cbd7a (patch) | |
| tree | 5970d09cbfc1a9759d65af73b1dd372aed46bc54 /docs/tutorial02.txt | |
| parent | 3d293b51447c0ad9abb4ada7acf5ff81e94e72d0 (diff) | |
magic-removal: Merged to [1960]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index c7a38f8a01..8b0ad6f2b7 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -399,7 +399,8 @@ admin template directory (``django/contrib/admin/templates``) into an ``admin`` subdirectory of whichever directory you're using in ``TEMPLATE_DIRS``. For example, if your ``TEMPLATE_DIRS`` includes ``"/home/mytemplates"``, as above, then copy ``django/contrib/admin/templates/admin/base_site.html`` to -``/home/mytemplates/admin/base_site.html``. +``/home/mytemplates/admin/base_site.html``. Don't forget that ``admin`` +subdirectory. Then, just edit the file and replace the generic Django text with your own site's name and URL as you see fit. |
