django-delayed-notifications provides tracking of notifications, and delayed sending.
Project description
Notifications
This application sends notifications to the user and emails addresses. It stores messages into a database, and sends can be delayed through a cron task.
Installation
$ pip istall django-notifications
Add django_notifications
to your INSTALLED_APPS
:
INSTALLED_APPS = (
...
'django_notifications',
...
)
Apply the migrations:
$ ./manage.py migrate
Notes
The application is available in English and translated to French.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django-delayed-notifications-0.6.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c9a2cec251395a5dd3aae9ccab32aa22110ada1482e9ad22b2667058067c67a |
|
MD5 | 0660c12d8c0ee2d09095a63e51fa5496 |
|
BLAKE2b-256 | 1a94a5dd6d583f83057ce2e55a4380805e83ac50b49a317885a64e211c87197d |
Close
Hashes for django_delayed_notifications-0.6.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2058a9361def9539c1e8369997ead9faeb6cf37b90aa400b531b520538fb86b |
|
MD5 | 4f4033a1378f2f68a60e23f7ee16b393 |
|
BLAKE2b-256 | fc97cb1b9aa7196f4c5136ecd066b88f2c8f27d63b0b1e90728563c631ecb18e |