Repository URL to install this package:
|
Version:
1.3.3 ▾
|
django-notification
/
METADATA
|
|---|
Metadata-Version: 2.0
Name: django-notification
Version: 1.3.3
Summary: User notification management for the Django web framework
Home-page: http://django-notification.rtfd.org/
Author: Pinax Developers
Author-email: developers@pinaxprojects.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
Requires-Dist: django-user-accounts (>=1.0.1)
===================
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/