dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

django moderation email notify not working #61

Closed kesavanlcs closed 11 years ago

kesavanlcs commented 12 years ago

Added Django-moderation app to my application and it works. But mail notification for moderator and user not working.

Added settings like below:- MODERATORS = [ 'email']

notify_moderator and notify_email both default is True.

mlavin commented 12 years ago

The README says the setting name is MODERATORS but the code actually looks for a setting called DJANGO_MODERATION_MODERATORS

https://github.com/dominno/django-moderation/blob/master/src/moderation/conf/settings.py#L4

ebrelsford commented 11 years ago

I made a pull request that could prevent this from happening to other people. @dominno, please accept it when you get a moment to keep others from being bit by it!

dominno commented 11 years ago

Merged. Thx