Metadata-Version: 1.0
Name: django-notification
Version: 0.1.0
Summary: 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.
Home-page: http://code.google.com/p/django-notification/
Author: James Tauber
Author-email: jtauber@jtauber.com
License: UNKNOWN
Description: 
        ===================
        django-notification
        ===================
        
        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::
        
        usage
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
