Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-notification / DESCRIPTION.rst
Size: Mime:
===================
django-notification
===================

.. image:: https://badges.gitter.im/Join%20Chat.svg
    :target: https://gitter.im/pinax/django-notification

.. image:: https://img.shields.io/travis/pinax/django-notification.svg
    :target: https://travis-ci.org/pinax/django-notification

.. image:: https://img.shields.io/coveralls/pinax/django-notification.svg
    :target: https://coveralls.io/r/pinax/django-notification

.. image:: https://img.shields.io/pypi/dm/django-notification.svg
    :target:  https://pypi.python.org/pypi/django-notification/

.. image:: https://img.shields.io/pypi/v/django-notification.svg
    :target:  https://pypi.python.org/pypi/django-notification/

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target:  https://pypi.python.org/pypi/django-notification/


Many sites need to notify users when certain events have occurred and to allow
configurable options as to how those notifications are to be received.

The project aims to provide a Django app for this sort of functionality. This
includes:

 * submission of notification messages by other apps
 * notification messages on signing in
 * notification messages via email (configurable by user)
 * notification messages via feed

Documentation
=============

See http://django-notification.readthedocs.org/