]> git.ipfire.org Git - ipfire.org.git/commit - src/backend/base.py
lists: Implement some basic code to talk to Mailman
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Nov 2023 18:43:56 +0000 (18:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Nov 2023 18:43:56 +0000 (18:43 +0000)
commit97e15cf6e7ece3c4499f632548868b946f9fc794
tree63133fe3c879bbef85bb5652f525d1e3452f5a78
parent7eedfe6f699c87b9acabf6df3d8892feacb42062
lists: Implement some basic code to talk to Mailman

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/backend/accounts.py
src/backend/base.py
src/backend/lists.py [new file with mode: 0644]
src/templates/lists/index.html [new file with mode: 0644]
src/web/__init__.py
src/web/lists.py [new file with mode: 0644]