Metadata-Version: 2.1
Name: django-session-notifier
Version: 0.0.7
Summary: Displays notification box in all views if user is session authenticated
Home-page: https://github.com/willandskill/django-session-notifier
Author: Will & Skill
Author-email: info@willandskill.se
License: MIT licence, see LICENCE.txt

# django-session-notifier

## Description
django-session-notifier is a simple package that displays a notification box in all views if the user is session authenticated.

## Installation
* pip install django-session-notifier
* Add "djangosessionnotifier" to INSTALLED_APPS
* Add 'djangosessionnotifier.middleware.NotifierMiddleware' to MIDDLEWARE


## To update package

```
python setup.py sdist
twine upload dist/*
```
