<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,46 @@
+==============
+django-couchdb
+==============
+
+1. Introduction_
+2. Requirements_
+3. Installation_
+4. Others_
+
+Introduction
+============
+
+**django-couchdb** is the Django_ database adapter for CouchDB_ databases.
+
+.. _Django: http://www.djangoproject.com/
+.. _CouchDB: http://couchdb.apache.org/
+
+Requirements
+============
+
+- Django &gt;= 1.0
+- `couchdb-python`_
+
+.. _`couchdb-python`: http://couchdb-python.googlecode.com/
+
+Installation
+============
+
+To use this adapter in your Django project:
+
+- Add ``django_couchdb`` directory to ``PYTHONPATH`` environment variable or
+  ``sys.path``.
+
+- Set::
+
+    DATABASE_ENGINE = 'django_couchdb.backends.couchdb'
+
+  in your project settings module.
+
+- That's all.
+
+Others
+======
+
+;)
+</diff>
      <filename>README.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c534e96897b9e36b44eede2d5a5bae311b874220</id>
    </parent>
  </parents>
  <author>
    <name>Igor Davydenko</name>
    <email>playpauseandstop@gmail.com</email>
  </author>
  <url>http://github.com/42/42-django-couchdb/commit/2319f1c4decfe7c0db91101013f2e7aaa498c68b</url>
  <id>2319f1c4decfe7c0db91101013f2e7aaa498c68b</id>
  <committed-date>2009-03-19T10:55:07-07:00</committed-date>
  <authored-date>2009-03-19T10:55:07-07:00</authored-date>
  <message>Updates README file for ``django_couchdb`` project.</message>
  <tree>024f93367f92397f2d9333d6165bb3b8488b7110</tree>
  <committer>
    <name>Igor Davydenko</name>
    <email>playpauseandstop@gmail.com</email>
  </committer>
</commit>
