Closed danandersonasc closed 7 years ago
cqlengine is about to be merged into python-driver soon. After that we can think about it, but it is important to know, that django-cassandra-engine never meant to be fully compatible with django models.
Hi r4fek, I'm experiencing with django-cassandra-engine. Now, I want to FILTER with MULTIPLE parameters, please tell me how to do that. Thank you :)
@r4fek If django-cassandra-engine models will never implement _meta, do you have an alternative engine that does implement _meta. I am trying to use haystack elasticsearch with cassandra, but haystack requires the models to have _meta implemented. Thank you.
@r4fek model._meta will let the cql fields to be seen through django form and admin.
This one was merged some time ago.
Given that cqlengine models don't implement _meta, is wrapping cqlengine models to provide introspection to django by this attribute on the roadmap for this project?