Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Tastypie 通过 API(通过休息)更新分配给用户的组。
我尝试直接传递组 ID,但是它说提供的 URL 不是有效资源。然后我尝试传入一个 URL,例如 ' /api/v1/groups/1/',但这不是指向有效资源的链接。
/api/v1/groups/1/
有什么提示吗?我正在从标准的 django 视图/表单中很好地创建用户记录,但我想将其作为 REST 操作来执行。
是否需要指定格式,如: /api/v1/groups/1/?format=json?
/api/v1/groups/1/?format=json