cocoakekeyu

Results 29 comments of cocoakekeyu

这应不是插件应用的范围了吧

上传到网上的图片就不保存本地了

有新增一个七牛上传服务器设置 #1, 把up-z1.qiniu.com填进去即可。

Yes, Gif is not supported now.

用什么系统呢, 上传到哪里,配置是怎么样。

估计是代理网站的网页有变化了,作者不是说要重构一下的吗,应该很快了吧

嗯。 谢谢建议。下个版本重构同时会支持PYTHON3

I has a similar problem: serializer a `object` attribute. If use: ```ruby attributes :object ``` then the `object` attribute of generated json will contain all attribute of instance be serializered....

i try this: ```python class MyType(DocType): content_json = fields.ObjectField() def prepare_content_json(self, instance): return instance.content_json ```