Riak session backend for django
Project description
Installation
pip install django-riak-sessions
Configuration
Add riak_sessions to your installed apps
Add the session engine to your settings:
SESSION_ENGINE = 'riak_sessions.backends.riak'
Optional Configuration
There are a couple of optional configuration values. The default values are as follows:
import riak RIAK_PORT = 8087 RIAK_TRANSPORT_CLASS = riak.RiakPbcTransport RIAK_BUCKET = 'django-riak-sessions' RIAK_SESSION_KEY = 'session:%(session_key)s'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-riak-sessions-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1db26c258e396799d80484ba95a2741c3dfd39046b264aa95c396a159bf79ce |
|
MD5 | c27297458843aee298a9ec754e4b78ed |
|
BLAKE2b-256 | 1d7b4c24df4bec4ecdf8d4f34ef7b396f6018e8f8b9a05386a533036cb1359dd |