Pre-release
This release is a pre-release and may not be stable for production use.
django-notifyme-onsite
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)
Release files for django-notifyme-onsite 0.0.2a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-notifyme-onsite-0.0.2a1.tar.gz | 6.1 kB | Details |
Release files / django-notifyme-onsite-0.0.2a1.tar.gz
| Download URL | django-notifyme-onsite-0.0.2a1.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fecd270f34f3b006ed55ef6a5af9bd4288500d4110d5aae39745a4b3a7501ee1
|
|
BLAKE2b-256 checksum How to use checksums |
e7c5e079be26a62426bce2ce7b04699074f08d7225f7e64fc40c27939b406d4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |