Closed kesavanlcs closed 11 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
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!
Merged. Thx
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.