On Thu, Sep 10, 2009 at 8:15 PM, Andrew Gwozdziewycz <apg...@gmail.com>wrote:

>
> On Sep 10, 3:05 pm, Joshua Russo <josh.r.ru...@gmail.com> wrote:
> > I wanted to remove the Sites app because it's not needed at the moment,
> but
> > when I ran the unit tests for the project the Auth unit tests use Sites
> > functionality. If I'm using Auth should I leave sites? I really just
> wanted
> > to clean up the Admin index page.
>
> If all you wanna do is clean up the Admin index page, just copy the
> admin's
> index template into one of your template directories and remove it
> with an if
> block.
>
> django/contrib/admin/templates/admin/index.html is the template that
> you
> should start with I believe. Store it /path/to/your/templates/admin/
> index.html
> with your customizations.


That just seems kludgy if I'm not really using it. I have no problem doing
that if that's what I'm suppose to do, that is if Auth really needs Sites
functionality at times.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to