Skip to main content

An on site delivery backend for django-notifyme

Project description

This is a plugin for https://github.com/stefanfoulis/django-notifyme

django-notifyme-onsite is a delivery backend for django-notifyme. It allows displaying notifications on the website and keeps a list of per user notifications in the database. It contains hook for users to dismiss a a sticky notification.

Installation

Dependencies:
  • django-notifyme

pip install django-notifyme-onsite

Add notifyme_onsite to INSTALLED_APPS and register the backend somewhere in your project code (best in a models.py):

import notifyme.delivery
from notifyme_onsite.delivery import OnsiteStickyBackend
notifyme.delivery.backend.register(OnsiteStickyBackend)

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-notifyme-onsite-0.0.2a1.tar.gz (6.1 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