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 a
1 or 2 liner in future projects.

Thanks
Steve

On 11/26/08, Kurczak <[EMAIL PROTECTED]> wrote:
>
>
> 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 Roseman <
> [EMAIL PROTECTED]
>
> >
> > > wrote:
> >
> > > 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', does anyone know of a shortcut to do it?
> >
> > > > Thanks in advance,
> > > > Steve
> >
> > > I think you want to add a verbose_name setting in the model's inner
> > > Meta class.
> >
> > >http://docs.djangoproject.com/en/dev/ref/models/options/#verbose-name
> >
> > > --
> > > DR.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to