On 5/5/06, Chris Moffitt <[EMAIL PROTECTED]> wrote: > I know there's been talk about changing/enhancing the admin interface > but I'm not sure where my idea would fit. One thing I've noticed is > that as you add more models to the interface, it can get a little more > confusing about how they're categorized. What if we created the > capability to define the category for each module, then displayed a menu > in the admin to allow the users to select a specific category/option for > viewing/editing the modules.
Hey Chris, The admin index page is templated, and you can override the whole thing. The default behavior just displays all models that have an admin interface, grouping them by their app, but you can override that and hard-code a specific layout in the template. Specifically, the template is admin/index.html. You can see the default template in django/contrib/admin/templates/admin/index.html. Hope this helps, Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---