Well, thanks to a old post on DjangoBot, I've got the new Django Comments framework installed w/o breaking my urls.py (had to go into django.contrib.comments & delete the "url" directory-- was that mentioned in any of the "migrating to 1.0" docs?)
Now I'd like to test it out by simply having it send an e-mail when a comment is submitted. Won't be publishing any of the comments until we see what kind of spamload we might be expecting from the emails. The docs (http://docs.djangoproject.com/en/dev/ref/contrib/comments/ moderation/) say: email_notification¶ If True, any new comment on an object of this model which survives moderation (i.e., is not deleted) will generate an email to site staff. Default value is False. Okay, great. Can't find anything about where one might set what e- mail address this notification would get sent to. Tracing around in the code, looks like they might automatically go to any users listed as Admins...? Is there an easy way to control/limit who gets these notifications, is pretty much the short & long of what I'm asking. As always, pardon my broad ignorance-- users/user authentication et al. is a great unexplored continent for yrs truly.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---