Package couchdbkit :: Package ext :: Package django :: Module loading
[hide private]
[frames] | no frames]

Module loading

source code

Maintain registry of documents used in your django project and manage db sessions

Classes [hide private]
  CouchdbkitHandler
The couchdbkit handler for django
Variables [hide private]
  COUCHDB_DATABASES = getattr(settings, "COUCHDB_DATABASES", [])
  COUCHDB_TIMEOUT = getattr(settings, "COUCHDB_TIMEOUT", 300)
  couchdbkit_handler = CouchdbkitHandler(COUCHDB_DATABASES)
  register_schema = couchdbkit_handler.register_schema
  get_schema = couchdbkit_handler.get_schema
  get_db = couchdbkit_handler.get_db