Robust user emailing and notification system for django web framework.
Project description
# django-boxed-alerts
## What does it do?
Adds a whole user alerts/notification system to your django website. Provides the ability
for other apps to create 'alert.py' plugin files within themselves which create
subscription end points that users can use.
Users are also afforded many options that you would expect with subscription
systems. Such as email batching, and subscribing to singular or all signals.
## Installation
```
pip install django-boxed-alerts
```
Add the plugin to your site's settings.py::
```
INSTALLED_APPS = (
...
'alerts',
...
)
```
## Issues
Please submit issues and merge requests at GitLab issues tracker: https://gitlab.com/doctormo/django-boxed-alerts/issues/.
## What does it do?
Adds a whole user alerts/notification system to your django website. Provides the ability
for other apps to create 'alert.py' plugin files within themselves which create
subscription end points that users can use.
Users are also afforded many options that you would expect with subscription
systems. Such as email batching, and subscribing to singular or all signals.
## Installation
```
pip install django-boxed-alerts
```
Add the plugin to your site's settings.py::
```
INSTALLED_APPS = (
...
'alerts',
...
)
```
## Issues
Please submit issues and merge requests at GitLab issues tracker: https://gitlab.com/doctormo/django-boxed-alerts/issues/.
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
django-boxed-alerts-1.2.3.tar.gz
(47.7 kB
view hashes)
Close
Hashes for django-boxed-alerts-1.2.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | be34ceba76a9bb49da5442a5f25e5b0d7c2479c6f3576600d49075d3d7a8c93e |
|
MD5 | 4e1fcf550892c9f2cba8faab39e189b2 |
|
BLAKE2b-256 | 7abaaf4cdad65332b6698a95c5df08ac7acba2766056bc291480aaeeaaf80d35 |