Re: AdminSite objects

2009-11-18 Thread bjudson
e site root. As described here: http://www.djangobook.com/en/1.0/chapter17/ Ben. On Nov 18, 2:50 pm, bjudson wrote: > Hi- > I'm very new to Django, and trying to set up a site with a customized > admin section. Specifically, I'm trying to override the default admin > index pa

AdminSite objects

2009-11-18 Thread bjudson
Hi- I'm very new to Django, and trying to set up a site with a customized admin section. Specifically, I'm trying to override the default admin index page with stats & useful links. This will require more than just modifying the template, so I'm trying to create a new AdminSite instance as describe