rethinkdb backed sessions for django
Project description
Django session backend for rethinkdb.
Installation
- install the package by pypi
pip install django-rethinkdb-sessions
- in django settings, switch the session over to rethinkdb-sessions
SESSION_ENGINE = ‘rethinkdb_sessions.main’
- configure the following settings to adjust the rethinkdb enviorment
“SESSION_RETHINK_HOST” – host that rethinkdb is currently running on.
“SESSION_RETHINK_PORT” – current rethinkdb port
“SESSION_RETHINK_DB” – rethinkdb database
“SESSION_RETHINK_TABLE” – rethinkdb table
“SESSION_RETHINK_AUTH” – rethinkdb auth key (if exists)
Running Tests
- Tests are included, invoke tests by running
“python tests/tests.py”
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
File details
Details for the file django-rethinkdb-sessions-0.0.3.tar.gz
.
File metadata
- Download URL: django-rethinkdb-sessions-0.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f65095a96048460da888e2a86a73ac9163a3fe5615821d30172cfdd0765d7b59
|
|
MD5 |
97b6ce43246d44e6adfe958c711452e3
|
|
BLAKE2b-256 |
da1ed8939c2d0dc2c9838caaab3b6683f9cbcb560a43d67590b261f64ef56a33
|