public
Description: user notification management for the Django web framework
Homepage:
Clone URL: git://github.com/jtauber/django-notification.git
commit  62cc7468c461f6a0feb5e285fa1b6088591281e2
tree    37d9a3984ed4434698b3892b25bfabb819aa79eb
parent  e04fdc9420306826b1b80623dfcad819813dc082
README
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