openmartin

Results 9 issues of openmartin

I want to run pure java job without hadoop, is there a way to fix this?

``` /admin/api/books/book/ ``` list items ``` /admin/api/books/book/1/ ``` item detail then how can i change or add an item?

I found **str** in field_names site.py[141 line] cause unicode error and type error So I add ``` field_names.remove("__str__") ``` I am using python 2.7, is this the problem?

Is there a login api? Or I have to write my own? thanks for so useful django package

I set LANGUAGE_CODE = 'zh-hans' # Actual behavior title of index is "Lastes entries" # Expected behavior "最新的文章" # Steps to reproduce the issue 1.install django-blog-zinnia==0.20 2.LANGUAGE_CODE = 'zh-hans' 3.open...

HttpResponse() The mimetype kwarg has been deprecated in favour of content_type which has been present in Django since 1.4. (see https://docs.djangoproject.com/en/1.7/ref/request-response/#id3) 希望可以更新一下,多谢了。

https://github.com/zfdang/zSMTH-Android/blob/69f205c6e136155e573f1cfc6b9722618fad832b/app/src/main/java/com/zfdang/zsmth_android/WebviewLoginClient.java#L32 https://github.com/zfdang/zSMTH-Android/blob/69f205c6e136155e573f1cfc6b9722618fad832b/app/src/main/java/com/zfdang/zsmth_android/WebviewLoginClient.java#L50 这两个地方的URL还需要修改 CDN static 图片的地址还是 mysmth

发现代码发生重大变化,以前的cos下直接调用函数即可,现在改成request了,建议合并到qcloud-api-sdk中,这个sdk是可以恢复以前的接口?

System.out.println(ZhConverterUtil.toTraditional('启')); -> 啓 System.out.println(ZhTwConverterUtil.toTraditional('启')); -> 啟 有个疑问,不知道应该转成啥