django 1.2.1: Override model name in admin interface?
Posted
by Paul Sanwald
on Stack Overflow
See other posts from Stack Overflow
or by Paul Sanwald
Published on 2010-05-31T23:33:59Z
Indexed on
2010/05/31
23:43 UTC
Read the original article
Hit count: 126
I have a model called "Activity" in my django app. in the admin interface, it appears on the screen as "Activitys". how can I override the label on the admin page to make it "Activities" instead?
I see in the archives how to do this for a field, but not for a model itself. thanks!
© Stack Overflow or respective owner