Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ django-tidings Public archive

Library for watching and rolling up events and sending email notifications in response

License

Notifications You must be signed in to change notification settings

mozilla/django-tidings

django-tidings

image

image

image

This project is deprecated. See issue #52 for details.

django-tidings is a framework for sending email notifications to users who have registered interest in certain events, such as the modification of some model object. Used by support.mozilla.org and developer.mozilla.org, it is optimized for large-scale installations. Its features include...

  • Asynchronous operation using the celery task queue
  • De-duplication of notifications
  • Association of subscriptions with either registered Django users or anonymous email addresses
  • Optional confirmation of anonymous subscriptions
  • Hook points for customizing any page drawn and any email sent

Please see the full documentation at django-tidings.readthedocs.io.