https://github.com/infoforcefeed/olegdbflasksessions
Sessions for Flask backed by OlegDB.
https://github.com/infoforcefeed/olegdbflasksessions
Last synced: over 1 year ago
JSON representation
Sessions for Flask backed by OlegDB.
- Host: GitHub
- URL: https://github.com/infoforcefeed/olegdbflasksessions
- Owner: infoforcefeed
- Created: 2014-02-24T00:05:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T20:10:31.000Z (about 11 years ago)
- Last Synced: 2025-02-09T10:16:14.190Z (over 1 year ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OlegDBFlaskSessions
========================
Flask sessions stored in OlegDB.
To install:
```
python setup.py install
# or from pypi:
pip install oleg-flask-sessions
```
To use in your flask app:
```python
from olegsessions import OlegDBSessionInterface
...
app.session_interface = OlegDBSessionInterface()
```
make sure OlegDB is running somewhere.