Updated docs/tutorial02.txt to include extra sentence about remembering the 'admin' subdirectory
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
46120b86e3
commit
19abf041bf
|
@ -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
|
subdirectory of whichever directory you're using in ``TEMPLATE_DIRS``. For
|
||||||
example, if your ``TEMPLATE_DIRS`` includes ``"/home/mytemplates"``, as above,
|
example, if your ``TEMPLATE_DIRS`` includes ``"/home/mytemplates"``, as above,
|
||||||
then copy ``django/contrib/admin/templates/admin/base_site.html`` to
|
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
|
Then, just edit the file and replace the generic Django text with your own
|
||||||
site's name and URL as you see fit.
|
site's name and URL as you see fit.
|
||||||
|
|
Loading…
Reference in New Issue