
Aug. 25, 2025
10:07 p.m.
On 8/25/25 23:36, Mark Sapiro wrote:
On 8/25/25 12:42, Flo via Mailman-users wrote:
Hi,
I have setup in Debian Trixie mailman3-full and came that far, that I have created a mailing list. I can sent emails to the members.
Your primary support resource for the Debian package is Debian. See https://wiki.list.org/x/12812344
That's right.
You need to add 'django.contrib.humanize' to the INSTALLED_APPS list in settings.py. If you Debian packages don't do this, it should definitely be reported to Debian.
In /usr/share/mailman3-web/settings.py there is:
INSTALLED_APPS = (
...
'django.contrib.humanize',
...
)
And POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost:8001' I think this has also something to do with it. But looks correct for me.
Flo
But maybe the path