Skip to content

Django Cassandra Engine - Installation#

Installation of django-cassandra-engine is very simple!

Installation procedure#

You can install it easily from PyPi by single command:

    $ pip install django-cassandra-engine

or clone source code from Github and run:

    $ python setup.py install

Great! You have package installed, so let's use it.