-
Notifications
You must be signed in to change notification settings - Fork 4
Django Cassandra Sessions
License
matclayton/django-cassandra-sessions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
django-cassandra-sessions ========================= This is a session backend for Django that stores sessions in Cassandra, using the pycassa library. Installing django-cassandra-sessions ------------------------------------ 1. Either download the tarball and run ``python setup.py install``, or simply use easy install or pip like so ``easy_install django-cassandra-sessions``. 2. Set ``cassandra_sessions`` as your session engine, like so:: SESSION_ENGINE = 'cassandra_sessions' 3. (optional) Add settings describing where to connect to Cassandra:: CASSANDRA_HOSTS = ['127.0.0.1:9160',] CASSANDRA_SESSIONS_KEYSPACE = 'Keyspace1' CASSANDRA_SESSIONS_COLUMN_FAMILY = 'Standard1'
About
Django Cassandra Sessions
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published