On Wed, 2009-01-07 at 20:34 -0800, Eric I.E. wrote:
> I am trying to change the title of a module in the admin. I just need
> to change the displayed name, easy enough for a field or a model but I
> have not been able to figure out how to do it for an entire module.
> Any pointers would be greatly appreciated.

You can't really do that at the moment. You're talking about what we
call the "application" name, and that's taken from the Python name.

You could write a custom template for the admin interface that
hard-codes what you're after. Copying the existing template and putting
in an "if" template tag to test if the name's the one you want to
override. So it's not necessarily impossible and I've seen it done, but
you have to really want to do it.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

  • Module Title Eric I.E.
    • Re: Module Title Malcolm Tredinnick

Reply via email to