Metadata-Version: 1.1
Name: django-nomad-notifier
Version: 1.0.0
Summary: Django app to implement a system of notifications for the users of web apps that tipically must receive updates from the site activity.
Home-page: https://github.com/Nomadblue/django-nomad-notifier
Author: Hector Garcia
Author-email: hector@nomadblue.com
License: UNKNOWN
Download-URL: https://github.com/Nomadblue/django-nomad-notifier/archive/v1.0.0.zip
Description: =====================
        Django Nomad Notifier
        =====================
        
        Overview
        ========
        
        This Django app provides a way to implement a system of notifications for
        the users of web apps that tipically must receive updates from the site activity
        through channels such as emails (they call them "transactional emails" nowadays)
        and displayed/listed on UI ("ala" social apps such as Facebook or Google+).
        
        By itself, this plugin cannot be used. You must tipically subclass its
        ``Notification`` model, and mix it with ``NotificationMixin``.
        
        Read the latest documentation on `Read the docs`_ for installation,
        configuration and customization instructions.
        
        .. _`Read the docs`: http://readthedocs.org/docs/django-nomad-notifier/en/latest/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
