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
Functions [hide private]
 
register_schema(app_label, *schema)
register a Document object
source code
 
get_schema(app_label, schema_name)
retriev Document object from its name and app name
source code
 
get_db(app_label, register=False)
retrieve db session for a django application
source code
Variables [hide private]
  COUCHDB_DATABASES = (('djangoapp.greeting', 'http://127.0.0.1:...
  COUCHDB_TIMEOUT = 300
  couchdbkit_handler = CouchdbkitHandler(COUCHDB_DATABASES)
  __package__ = 'couchdbkit.ext.django'
Variables Details [hide private]

COUCHDB_DATABASES

Value:
(('djangoapp.greeting', 'http://127.0.0.1:5984/greeting'))