Am 01.03.2011 16:19, schrieb Emanuel Lauria:
Hi everyone,
I'm trying to map a couchdb document to a python object using
couchdb.mapping. I'm stuck in the very first part were it says I should
declare a Python class that inherits from the 'Document'.. Where does
this 'Document' superclass comes f
Hi everyone,
I'm trying to map a couchdb document to a python object using couchdb.mapping.
I'm stuck in the very first part were it says I should declare a Python class
that inherits from the 'Document'.. Where does this 'Document' superclass comes
from? I can't resolve it. Or do I have to cre