PageRenderTime 3ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/index.txt

http://django-notification.googlecode.com/
Plain Text | 20 lines | 14 code | 6 blank | 0 comment | 0 complexity | 48a18229bb2013294106de81bb00a70d MD5 | raw file
  1. ===================
  2. django-notification
  3. ===================
  4. Many sites need to notify users when certain events have occurred and to allow
  5. configurable options as to how those notifications are to be received.
  6. The project aims to provide a Django app for this sort of functionality. This
  7. includes:
  8. * Submission of notification messages by other apps.
  9. * Notification messages on signing in.
  10. * Notification messages via email (configurable by user).
  11. * Notification messages via feed.
  12. Contents:
  13. .. toctree::
  14. usage