couchdbkit has much better django integration. However, probably you would like to mix them to build pure Python applications: couchdb-python has Python query-server and other useful tools.
------------------ ,,,^..^,,, On Thu, Jun 9, 2011 at 3:55 PM, Stefan Kögl <[email protected]> wrote: > 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 >
