标签: django tastypie
我有数据。我想使用资源保存到模型。
我试过这个,但收到错误:
r = MyResource() bundle = r.build_bundle(request=request, data=data) r.save(bundle)
它不起作用。你能帮帮我吗?