Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码如下所示:
class DocumentLog(MongokitBaseModel): __collection__ = 'document_log' __database__ = MASTER_DB db = connection.DocumentLog(dData)
如何解决 Mongokit TypeError: init () got an unexpected keyword argument 'collection' 错误