Does anyone have any example apps where they have customized the admin 
interface?  Here's what I'm trying to do.

Right now my admin index page has a bunch of models on it.  I would like 
to break the page into 3 or 4 pages with a subset of models on each one 
(plus additional information). 

I know how to override the admin templates but I'm trying to figure out 
the best way to do this.  I'm thinking I could:
- Create a new set of views like /admin1 /admin2 ..etc and just code 
them like a normal app but make sure they are restricted to the admin 
user.  I'm a little unclear on how to make sure they are using the right 
admin templates/

This seems ok but I want to keep the look and feel the same as the 
default interface.  Does anyone have a fairly simple customization 
example of the admin interface that extends to more than just 
color/styling changes?

Thanks,
Chris



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to