summaryrefslogtreecommitdiff
path: root/pgweb/legacyurl/views.py
blob: 437f2a205ebaaf62f40eabba3c73f72e11757db8 (plain)
1
2
3
4
5
6
from django.http import HttpResponseRedirect


def mailpref(request, listname):
    # Just redirect to the homepage of pglister, don't try specific lists
    return HttpResponseRedirect("https://lists.postgresql.org/")