django-notifyme-onsite 0.0.2a1
An on site delivery backend for django-notifyme
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)
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-notifyme-onsite-0.0.2a1.tar.gz (md5) | Source | 2011-07-14 | 5KB | 287 | |
- Author: Stefan Foulis
- Home Page: http://github.com/stefanfoulis/django-notifyme-onsite
- License: BSD
- Platform: OS Independent
- Categories
- Package Index Owner: stefanfoulis
- DOAP record: django-notifyme-onsite-0.0.2a1.xml
