Metadata-Version: 1.0
Name: django-site-notifications
Version: 0.3
Summary: Enable a message on every page load.
Home-page: http://github.com/dstegelman/django-site-notifications
Author: Derek Stegelman
Author-email: dstegelman@gmail.com
License: MIT
Description: Enable a message on every page load.
        
        Official Docs
        -------------
        
        http://django-site-notifications.readthedocs.org
        
        Install
        -------
        
        To install django-site-notifications::
        
        	pip install django-site-notifications
        	
        add to installed apps::
        
        	site_notifications
        
        add middleware::
        
            'site_notifications.middleware.NotificationMiddleware',
        
        The middleware needs to be included below the messages framework.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
