django-cassandra-engine icon indicating copy to clipboard operation
django-cassandra-engine copied to clipboard

Django Cassandra Engine - the Cassandra backend for Django

Results 48 django-cassandra-engine issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Hello. [django-allauth](https://github.com/pennersr/django-allauth) has 7.3k stars and 2.6k forks and it is the most used authentication package for Django powered by Oauth2_Provider. Oauth2_Provider is a kind of Session controller but for...

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 BaseDatabaseOperations may require...

I run django inside docker. All the logs go to docker logs. Is there a way to configure django-cassandra-engine to dump verbose and/or debugging information? Maybe this could be geared...

Hi Team, Please find some time to add pagination feature. This will help a lot of people like us.

I have correctly configured INSTALLED_APPS, I'm using Astra Datastax for Cassandra DB, my keyspace is creating but models are not syncing.

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...

I ran manage.py inspectdb but it only showed all those migrated in the Relational Database ``` (django-cassandra)Deans-MacBook:tutorial deanarmada$ python manage.py inspectdb # This is an auto-generated Django model module. #...

bug

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 (1.6.3) ``` here...