On Mon, 29 Nov 2010 09:01:15 -0800, Tim <[email protected]> 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 ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
