public
Description: user notification management for the Django web framework
Homepage:
Clone URL: git://github.com/jtauber/django-notification.git
jezdez (author)
Mon Aug 17 03:13:37 -0700 2009
jtauber (committer)
Tue Aug 18 18:29:16 -0700 2009
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