jtauber / django-notification
- Source
- Commits
- Network (22)
- Issues (28)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jannis Leidel (author)
Mon Aug 17 03:13:37 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Mon Dec 22 13:07:32 -0800 2008 | |
| |
LICENSE | Wed Dec 24 06:10:18 -0800 2008 | |
| |
MANIFEST.in | Wed Dec 24 06:10:18 -0800 2008 | |
| |
README | Mon Dec 22 13:07:49 -0800 2008 | |
| |
docs/ | Sun Feb 01 07:15:54 -0800 2009 | |
| |
notification/ | Tue Aug 18 18:29:16 -0700 2009 | |
| |
setup.py | Sun Feb 01 07:15:54 -0800 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
