【发布时间】:2011-04-25 11:32:19
【问题描述】:
【问题讨论】:
-
请在此处发布回溯和一些代码,pastebin 条目超时...
标签: django django-piston
【问题讨论】:
标签: django django-piston
您似乎不恰当地添加了身份验证:resource.Resource(... authentication=MyAuthenticationClass) 而不是 resource.Resource(..., authentication=MyAuthenticationClass())。类型不匹配(type 而不是它的实例),因此是整个问题。
【讨论】: