django-notifyme-onsite

An on site delivery backend for django-notifyme
Download

django-notifyme-onsite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Stefan Foulis
  • Publisher web site:
  • http://github.com/stefanfoulis

django-notifyme-onsite Tags


django-notifyme-onsite Description

An on site delivery backend for django-notifyme django-notifyme-onsite is a plugin for https://github.com/stefanfoulis/django-notifymedjango-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.Installationpip install django-notifyme-onsiteAdd notifyme_onsite to INSTALLED_APPS and register the backend somewhere in your project code (best in a models.py):import notifyme.deliveryfrom notifyme_onsite.delivery import OnsiteStickyBackendnotifyme.delivery.backend.register(OnsiteStickyBackend) Requirements: · Python · Django · django-notifyme


django-notifyme-onsite Related Software