You have to search google for a third party cassandra backend app as Django does not support nosql by default. On 9 May 2014 17:56, "youssef simo" <[email protected]> wrote:
> 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<https://groups.google.com/d/msgid/django-users/50464f28-0b2b-49ed-982c-b71715cda2f2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BWjgXMZVJvnpp6%2B46qTpaCeuxbvdokep_vYURkrie-Sc2zPFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

