On Wed, May 11, 2011 at 8:39 PM, BobG <[email protected]> wrote:
> I'm stuck on something that seems pretty
> simple: "Customize the admin look and feel." I am unable to change
> "Django administration" at the top of the page.
>
> Here is the questionable line of code in settings.py:
> TEMPLATE_DIRS = ("/home/bob/DjangoProjects/mysite/mytemplates/admin/
> base_site.html",)

It should be

TEMPLATE_DIRS = ("/home/bob/DjangoProjects/mysite/mytemplates",)

Quoting from the relevant paragraph in that tutorial document:

[...] copy the template `admin/base_site.html` from within the default
Django admin template
directory in the source code of Django itself into an `admin`
subdirectory of whichever
directory you're using in TEMPLATE_DIRS.

-- 
Ramiro Morales

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to