django: displaying group users count in admin
Posted
by gruszczy
on Stack Overflow
See other posts from Stack Overflow
or by gruszczy
Published on 2010-03-24T13:39:42Z
Indexed on
2010/03/24
13:43 UTC
Read the original article
Hit count: 391
I would like to change admin for a group, so it would display how many users are there in a certain group. I'd like to display this in the view showing all groups, the one before you enter admin for certain group. Is it possible? I am talking both about how to change admin for a group and how to add function to list_display
.
© Stack Overflow or respective owner