Re: Django emailing the administrators

2006-10-19 Thread Malcolm Tredinnick
On Thu, 2006-10-19 at 09:45 -0700, Rob Hudson wrote: > I set up comments on my blog and want them to be emailed to me so I > know when I get traffic. Is there something in the comments framework > to do this easily? > > I'm looking at the code and PublicFreeCommentManipulators.save() > doesn't h

Re: Django emailing the administrators

2006-10-19 Thread Rob Hudson
James Bennett wrote: > A while back I wrote up how to do that, and a few other useful hacks > to the comment system: > > http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment I'll benefit from reading your other tips as well. Akismet is on my list to figure out as well. Very n

Re: Django emailing the administrators

2006-10-19 Thread James Bennett
On 10/19/06, Rob Hudson <[EMAIL PROTECTED]> wrote: > I set up comments on my blog and want them to be emailed to me so I > know when I get traffic. Is there something in the comments framework > to do this easily? A while back I wrote up how to do that, and a few other useful hacks to the commen

Django emailing the administrators

2006-10-19 Thread Rob Hudson
I set up comments on my blog and want them to be emailed to me so I know when I get traffic. Is there something in the comments framework to do this easily? I'm looking at the code and PublicFreeCommentManipulators.save() doesn't have a call to mail_managers(). But I wasn't sure if there were a