Skip to main content

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'

Release history Release notifications | RSS feed

This release

0.1.0 This release

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page