Sidebar Network

django-notification User notification management for Django.

The Basics

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.

Project Homehttp://code.google.com/p/django-notification/
Grab the Repository – svn checkout http://django-notification.googlecode.com/svn/trunk/
 

Recent Commits

  • 117 was committed 1 month ago.
    Fixed a minor typo that prevented code to be rendered as code.
  • 116 was committed 1 month, 1 week ago.
    fixed formatting
  • 115 was committed 1 month, 1 week ago.
    improvements to doc
  • 114 was committed 1 month, 1 week ago.
    first pass at notification template doc
  • 113 was committed 1 month, 1 week ago.
    Updated the documentation to reflect current state.
  • 112 was committed 1 month, 1 week ago.
    renamed notification templates
  • 111 was committed 1 month, 1 week ago.
    Port of documentation from the wiki. This needs to be updated.
  • 110 was committed 1 month, 1 week ago.
    changed notification template naming: plain.txt -> full.txt; teaser.html -> notice.html
  • 109 was committed 1 month, 1 week ago.
    Added docs placeholder. Documentation to come very soon.
  • 108 was committed 1 month, 2 weeks ago.
    removed old migration command