Nov. 30, 2010
8:18 p.m.
On Mon, 29 Nov 2010 09:01:15 -0800, Tim <web@govanhillbaths.com> wrote:
Hi all,
Anybody done the django_mailman thing?
I'm sure the documentation could be a bit better.
Any help appreciated. Tim
Not personally. However, if you add Mailman to your Python path, in your
Django views you can just do things like "from Mailman import MailList" or
"from Mailman import Utils", which might be a better choice depending on
what you want to do.
-- Chris