Reputation: 56
I am new to cloudantdb and django. Is there any way to integrate cloudantdb with danjgo framework. Is it possible to connect cloudant with django?
Upvotes: 0
Views: 507
Reputation: 325
Most if not all solutions on the web are very outdated.
The solution used by IBM in a capstone project on Coursera was:
I don't know if it's the best solution, but it works. I do feel like SQLite is redundant at this point but without it, I couldn't get the app to work.
Upvotes: 0
Reputation: 3737
As you may be aware, Cloudant is built on Apache CouchDB, so if you can't find references for Cloudant, it's usually worth also searching for CouchDB. I don't really use Django, but a quick search throws up the following references:
Upvotes: 2