anyone using Couchdbkit (python api for couchdb) has had the same issue than I?
I use:
$ couchapp push site http://localhost:5984/the_site
To upload a website into couchdb but as I do in python:
>>> db = self.__serv.get_or_create_db("reports")
>>> designer.push('/path/to/site', db)
Is pushing all _attachments encoded as base64.
Any thoughts?
When I fixed the script for uploading this was not any longer reproduced.