On March 31, 2017 6:34:18 PM GMT+02:00, Mark Sapiro <mark@msapiro.net> wrote:
On 03/31/2017 01:06 AM, David Krantz wrote:
On Fri, Mar 31, 2017 at 9:29 AM, Simon Hanna <simon.hanna@serve-me.info> wrote:
On 03/31/2017 08:10 AM, David Krantz wrote:
I think that would correspond to this line in urls.py
url(r'^$',
RedirectView.as_view(url=reverse_lazy('hyperkitty.views.index.index'))), Yes, that's the culprit. Replace it with the following:
url(r'^$', RedirectView.as_view(url=reverse_lazy('hk_root'))),
You can also update whatever guide you were using...
Great, will try that! I don't know whether I can update the guide. It's the one referenced earlier in this thread named something like setup experience of mailman 3 in production.
Yes, that comes from "https://wiki.list.org/DOC/Mailman%203%20installation%20experience", specifically the attachment urls.py.
The interesting thing is that works for me both at <https://lists.mailman3.org/> and <https://mail.python.org/mm3/>. Are you using the latest version of django?
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.