-
Hello,
with cassandra as the only db engine and django 1.9 on python 3.5, I have the following error when accessing django_admin:
`NotImplementedError at /admin/login/`
subclasses of BaseDatabaseOpe…
-
I have multiple cassandra configurations.
my settings.py is as follows:
` DATABASES = {
'db1': {
'ENGINE': 'django_cassandra_engine',
'NAME': 'keyspace1',
'HOST…
-
Hi I am new in django
I tried to connect django to cassandra.
here are my modules:
```
cassandra-driver (3.25.0)
cassandra-pylib (0.0.0)
click (8.0.1)
Django (3.2.7)
django-cassandra-engine…
-
Hi,
While trying to connect AWS keyspace django cassandra engine is erroring out.
Not sure how to provide cert as Amazon Keyspaces requires the use of Transport Layer Security (TLS)
Usage:-
…
-
Hello, trying to get a Django/Cassandra project off the ground, but when I attempt to create some cql tables with composite keys in models.py I receive an error that instructs me to write an additiona…
-
this can be used as inspiration https://github.com/r4fek/django-cassandra-engine/pull/66
-
If we define cassandra in DATABASES and run `python api/manage.py collectstatic` it fails trying to connect to cluster. Collectstatic doesn't really need cassandra connection and it seems like it does…
-
Hi,
I am trying to sync 3 tables with Amazon Keyspace. I have setup everything according to the docs and some information I could find on Stackoverflow answers. But, when I run `python manage.py sy…
-
When running cassandra and django in docker swarm, creating an object from a model times out without any errors.
I know the connection works because `sync_cassandra` successfully creates keyspace a…
-
The django-workload is incompatible with CPython 3.7-a2 because of the dependency of cassandra-driver on Cython. In CPython 3.7-a2, they have changed await to keyword which is used in Cython as a vari…