Re: [Tutor] couchdb.mapping 'Document' class

2011-03-01 Thread Knacktus
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

[Tutor] couchdb.mapping 'Document' class

2011-03-01 Thread 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 from? I can't resolve it. Or do I have to cre