Re: App Name in Admin

2008-11-26 Thread Steve Phillips
That's what I figured, I noted when searching through the support logs on the djangoproject.org site that this seems to be in high demand. I am going to go through contrib.admin.sites and familiarize myself a little better with the methods in there and see what I can come up with so I can make it

Re: App Name in Admin

2008-11-26 Thread Kurczak
I believe the only way to do this is to edit admin index template. On Nov 26, 10:15 am, "Alex Koshelev" <[EMAIL PROTECTED]> wrote: > Application not model. verbose_name works for model itself > > Just now there is no way to set custom application name. > > On Wed, Nov 26, 2008 at 10:40, Daniel Ro

Re: App Name in Admin

2008-11-26 Thread Alex Koshelev
Application not model. verbose_name works for model itself Just now there is no way to set custom application name. On Wed, Nov 26, 2008 at 10:40, Daniel Roseman <[EMAIL PROTECTED] > wrote: > > On Nov 26, 6:57 am, "Steve Phillips" <[EMAIL PROTECTED]> wrote: > > Hi All > > > > I have been search

Re: App Name in Admin

2008-11-25 Thread Daniel Roseman
On Nov 26, 6:57 am, "Steve Phillips" <[EMAIL PROTECTED]> wrote: > Hi All > > I have been searching through the list and IRC archives all day and > haven't found anything recent about changing the name that's displayed > for a app on the admin page?  Before I go and just 'write my way > around it',