You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/19 14:19:30 UTC

[Couchdb Wiki] Update of "GettingStartedWithPython" by WillLarson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by WillLarson:
http://wiki.apache.org/couchdb/GettingStartedWithPython

------------------------------------------------------------------------------
  }}}
  
  This first downloads and installs the ''ez_setup.py'' script which runs python ''.egg'' files. The second part downloads the ''.egg'' file for CouchDB and installs it along with its dependencies.
+ 
+ == Tutorial on using couchdb-python with Django ==
+ 
+ A tutorial on using Django (a Python framework) with CouchDb can be found at
+ 
+   http://lethain.com/entry/2008/aug/18/an-introduction-to-using-couchdb-with-django/
+ 
+ Alternatively you can view just the source for that example at
+ 
+   http://github.com/lethain/comfy-django-example/tree/master
  
  == Example Wrapper Class ==