Re: Admin Functionality Enhancement

2006-05-08 Thread Chris Moffitt
> > This is actually along the lines of some of the big-picture admin > changes I've been thinking about. Another side effect is that if each > app has it's own dashboard/changelist/filters, it also opens up the > actual index page for some additional functionality. > Yes, this would be a very ni

Re: Admin Functionality Enhancement

2006-05-08 Thread Wilson Miner
This is actually along the lines of some of the big-picture admin changes I've been thinking about. Another side effect is that if each app has it's own dashboard/changelist/filters, it also opens up the actual index page for some additional functionality. On 5/8/06, Rudolph <[EMAIL PROTECTED]> w

Re: Admin Functionality Enhancement

2006-05-08 Thread Rudolph
Hi, +1 for a per-app page which by default lists all models of the app. Then the bread crumbs should also have another level: home > app-name > model-name which makes sense since you could have models with the same name but in different apps. Rudolph --~--~-~--~~~--

Re: Admin Functionality Enhancement

2006-05-07 Thread spacedman
I've had a few thoughts on this: 1. on the main admin page, just list the names of the apps and not the db tables as well. 2. clicking an app takes you to a per-app admin page, by default it would just be the one pretty blue-headed box for the app. 3. then it would be easy to have a custom per-

Re: Admin Functionality Enhancement

2006-05-06 Thread Adrian Holovaty
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

Re: Admin Functionality Enhancement

2006-05-06 Thread Chris Moffitt
Luke Plant wrote: > The 'Django' way of handling this is to split your models into different > 'apps'. They then get their own division automatically. Like you I > have a lot of models in one app (about 20), and splitting them up > doesn't make much sense since they logically belong together,

Re: Admin Functionality Enhancement

2006-05-06 Thread Luke Plant
On Saturday 06 May 2006 05:01, Chris Moffitt 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

Admin Functionality Enhancement

2006-05-05 Thread Chris Moffitt
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 defin