Hi, On 06/09/2011 01:42 PM, Martin Matusiak wrote: > I'm sure you've had this question before, so pardon me for asking. I'm > building a site with django and couch and since I'm sorta new to both > I'm wondering what you would recommend in terms of libraries. I'd like > to use the most "canonical" one if possible, for a sane > support/upgrade path, but I can't figure out which that is. The two > most mentioned seem to be couchdb-python and couchdbkit, with the > latter looking like a single developer effort.
>From personal experience I can highly recommend couchdbkit. > In particular there is something called django-couch-utils, which > includes some support for the django authentication api, but > internally it depends on something called couchdbcurl which looks like > an early fork of couchdb-python. At https://github.com/stefankoegl/django-couchdb-utils you can find my (pretty experimental) fork of django-couchdb-utils based on couchdbkit. -- Stefan
