I have a project witch i have to develop with Django using Cassandra data 
base, i looked in documentation but there is just docs for mysql, sklite 
and postgres database not for Cassandra. I am looking for a sample way to 
connect Django to Cassandra:

I know i have to set the database config in file setting.py:

  
    "ENGINE": "django.db.backends.cassandra",   
    "NAME": "test",           
    "USER": "",    
    "PASSWORD": "",       
    "HOST": "127.0.0.1",    

but it throws me an error: Error was: No module named django_cassandra.base

Is there any one can help me ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/50464f28-0b2b-49ed-982c-b71715cda2f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to