Re: Tutorial: "Customize the admin look and feel"

2011-05-11 Thread BobG
Ramiro Morales:

Yep! Wowza! That did it. Thank you very much! Moving forward again!

Pax!

BobG

On May 11, 8:24 pm, Ramiro Morales <cra...@gmail.com> wrote:
> On Wed, May 11, 2011 at 8:39 PM, BobG <rwgolob...@gmail.com> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Tutorial: "Customize the admin look and feel"

2011-05-11 Thread BobG
Django users:

It is time to ask for help. I'm a newbie working the tutorial. I'm
using Linux Mint, Python 2.6, and Django 1.3. So far, everything has
been working smoothly, but 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",)

I have modified base_site.html as directed.

If the code is right, what should be in the admin directory?

Pax!

BobG

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