https://github.com/willandskill/django-session-notifier
https://github.com/willandskill/django-session-notifier
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willandskill/django-session-notifier
- Owner: willandskill
- License: mit
- Created: 2016-01-26T08:39:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T12:41:15.000Z (over 7 years ago)
- Last Synced: 2025-03-01T22:15:14.650Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/*
```