Skip to main content

Extend django-cms with emails when pages are published.

Project description

# django-cmsplugin-alerts

## What does it do?

Adds a alert/notification subscription option to the cms toolbar and then
sends an alert to any subscribed user using the django-notification alerts
package.

This requires that you're already using the `django-boxed-alerts` package in
your project.

Will optionally combine with `cmsplugin-diff` to to add more information to the
emails and notification messages sent out. This package is designed to be used
with this extra information.

## Installation

```
pip install cmsplugin-alerts
```

Add the plugin to your site's settings.py::

```
INSTALLED_APPS = (
...
'alerts',
'cmsplugin_diff',
'cmsplugin_alerts',
...
)
```

## Issues

Please submit issues and merge requests at GitLab issues tracker: https://gitlab.com/doctormo/django-cmsplugin-alerts/issues/.

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

cmsplugin-alerts-1.2.2.tar.gz (16.7 kB view hashes)

Uploaded Source

Supported by

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