6 Feb
2018
6 Feb
'18
8:13 p.m.
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,
Peter