On Mar 3, 5:32 pm, Oshadha wrote:
> Hia fellas,
>
> I'm kind of new to Django framework.as far as I know Django only
> supports four major database engines.I have a requirement to use
> Cassandra(http://incubator.apache.org(/cassandra/) as the database
> backend,but I couldn't find any good resour
One possible solution: write your own Cassandra "O-non-R-M API"
separtely from Django and use the Django DB backend only for less
high-volume data - or not at all - and the Django web framework to
display the data (i.e., only implement views, forms, etc. in Django).
An example of such a layout (not
Hia fellas,
I'm kind of new to Django framework.as far as I know Django only
supports four major database engines.I have a requirement to use
Cassandra(http://incubator.apache.org(/cassandra/) as the database
backend,but I couldn't find any good resources on the net that give a
helping hand.So I n
3 matches
Mail list logo