使用 Couchdbkit(couchdb 的 python api)的任何人都遇到过与我相同的问题吗?
我用:
$ couchapp push site http://localhost:5984/the_site
将网站上传到 couchdb 但就像我在 python 中所做的那样:
>>> db = self.__serv.get_or_create_db("reports")
>>> designer.push('/path/to/site', db)
正在推送所有编码为 base64 的 _attachments。
有什么想法吗?