/django-reversion-email

django-reversion plugin for sending e-mails

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-reversion-email

django-reversion-email is an extension to django-reversion which sends email notification when model changes

Installation

  1. Install django-reversion (You can find documentation here: https://github.com/etianen/django-reversion/wiki)
  2. Install google-diff-match-patch library. It is required for this module. (http://code.google.com/p/google-diff-match-patch/)
  3. Add 'reversion' and 'reversion_email' to your INSTALLED_APPS setting.
  4. Set 'MODERATOR_EMAIL' in your settings.py file.