8 Feb
2018
8 Feb
'18
9:51 a.m.
On 02/06/2018 09:13 PM, Peter Münster wrote:
On Tue, Feb 06 2018, Simon Hanna wrote:
user = User.objects.get(email = ...) if user is found then print next to email address: user.first_name + user.last_name
Yeah, that way you make quite a lot of database queries. Is this a problem? Let's say, only moderators can see such a list. And I guess, that they won't do it so often, that the server crashes...
Could you please show me, where I should add these 3 lines, so that I can patch my local mailman installation?
TIA, You will need to patch the list_member_view in views/list.py to pass along all relevant information to the template which is templates/postorius/lists/members.html