[Answered ]-How to store the path of a media file in Cassandra when using django-cassandra-engine?

1👍

Just use the CQL type text for the column and you’d be able to store any string that represents the path to a file. Cheers!

Leave a comment