1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. django-notification documentation master file, created by
sphinx-quickstart on Thu Jun 30 13:22:02 2011.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to django-notification's documentation!
===============================================
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.
Contents:
.. toctree::
:maxdepth: 2
usage
settings
changelog
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|