3 Mar
2023
3 Mar
'23
9:55 a.m.
Hi,
I’ve clearly got something wrong in my configuration, but I can’t work out what.
All my URLs seem to have the “mailman3” part duplicated, i.e.
Https://example.com/mailman3/mailman3/lists
Is where I have to go to get a list of my mailing lists, which just doesn’t seem right.
In my settings.py file I have:
POSTORIUS_TEMPLATE_BASE_URL = 'https://example.com/mailman3/'
If I change the value of this to just https://example.com/ it doesn’t change this,
Where have I gone wrong?
Tim