public
Description: django couchdb database adapter
Homepage: http://trac.khavr.com/project/django-couchdb
Clone URL: git://github.com/42/42-django-couchdb.git
name age message
file .gitignore Sat Mar 21 05:16:24 -0700 2009 ticket:7: -Test project was added [tilarids]
file .gitmodules Sat Mar 21 05:26:58 -0700 2009 ticket:7: -Makefiles were modified [tilarids]
file Makefile Wed Jun 24 00:09:17 -0700 2009 Fixed paths for Makefile targets [akhavr]
file Makefile.def.default Sat Mar 21 05:26:58 -0700 2009 ticket:7: -Makefiles were modified [tilarids]
file README.rst Thu Mar 19 10:55:07 -0700 2009 Updates README file for ``django_couchdb`` proj... [playpauseandstop]
directory django_couchdb/ Mon Aug 03 13:47:01 -0700 2009 Fixed error with cursor in DatabaseWrapper [sevenov]
file setup.py Mon Aug 03 13:15:42 -0700 2009 Fixed requires in setup.py [sevenov]
directory tests/ Wed Jun 03 03:04:33 -0700 2009 ticket:2: - formatting sugar [akhavr]
README.rst

django-couchdb

  1. Introduction
  2. Requirements
  3. Installation
  4. Others

Introduction

django-couchdb is the Django database adapter for CouchDB databases.

Requirements

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

;)