r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
364 stars 85 forks source link

Creating keyspace but models are not syncing #143

Open Kingpins opened 3 years ago

Kingpins commented 3 years ago

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

r4fek commented 3 years ago

First of all, sorry for not responding for so long!

I need more details about this. Please post your current setup (settings.py, models.py, etc.)

akap97 commented 2 years ago

I have the same issue. Were you able to resolve?