An open API service indexing awesome lists of open source software.

https://github.com/willandskill/django-session-notifier


https://github.com/willandskill/django-session-notifier

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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/*
```