/42-django-couchdb

django couchdb database adapter

Primary LanguagePython

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

;)