A notification framework for django
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
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
Close
Hashes for django-notifyme-onsite-0.0.1a.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3d2bafec41fb6436b0d0439ce5d07dd4137e32615e263dc66d082532664ae7d |
|
MD5 | 2a89c96299cb312a1adb69a3b8d24a91 |
|
BLAKE2b-256 | 7f6eb5574e3a97c4432142ed22a5d528efdf965c30da634e8f216da4b2773746 |