| 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. |
|---|
| | 386 | example, if your ``TEMPLATE_DIRS`` includes ``"/home/my_username/mytemplates"``, |
|---|
| | 387 | as 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. |
|---|