Skip to main content

Allows you to set up notification emails for your users, sent out either immediately or in regular batches

Project description

Using django-digested you can set up notification emails for your users, sent out either immediately or in regular batches (“digests”).

Installation:

pip install django-digested

Usage:

INSTALLED_APPS += [‘digested’] manage.py migrate digested

Now subclass digested.digest_managers.BaseDigestManager and override these methods:

get_items(self) get_subscribers_for_item(self, item) get_updates_for_digest(self, item, preference) send_one_instant_update(self, subscriber, update) send_one_digest_update(self, subscriber, preference, updates)

Call send_instant_update to send out instant updates, and send_digest_updates at appropriate regular intervals.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-digested-0.1.2.tar.gz (10.7 kB view details)

Uploaded Source

File details

Details for the file django-digested-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-digested-0.1.2.tar.gz
Algorithm Hash digest
SHA256 57addf1854e628ff3b03783c1c6189447704a7082b1a9ef1a0dd9d2e0417d0fb
MD5 c5b074070ae8201fcb6a64432a94b39d
BLAKE2b-256 c1eea42dc336ac4182ba491fa1b99e7d8276830400f169bbeead9cdd95be5753

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page