jtauber / django-notification

user notification management for the Django web framework

This URL has Read+Write access

Jannis Leidel (author)
Mon Aug 17 03:13:37 -0700 2009
jtauber (committer)
Tue Aug 18 18:29:16 -0700 2009
name age message
file AUTHORS Mon Dec 22 13:07:32 -0800 2008 Added an AUTHORS file. Thanks thiago.salves for... [Brian Rosner]
file LICENSE Wed Dec 24 06:10:18 -0800 2008 Added LICENSE file git-svn-id: http://django-n... [Jannis Leidel]
file MANIFEST.in Wed Dec 24 06:10:18 -0800 2008 Added LICENSE file git-svn-id: http://django-n... [Jannis Leidel]
file README Mon Dec 22 13:07:49 -0800 2008 Added a basic README file based on the one prov... [Brian Rosner]
directory docs/ Sun Feb 01 07:15:54 -0800 2009 Small changes on the docs and changed descripti... [Jannis Leidel]
directory notification/ Tue Aug 18 18:29:16 -0700 2009 Bumped up version to 0.1.4 Signed-off-by: Jame... [Jannis Leidel]
file setup.py Sun Feb 01 07:15:54 -0800 2009 Small changes on the docs and changed descripti... [Jannis Leidel]
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