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.
所以,我第一次使用 django-tasty-pie 构建了 rest API。我陷入了一个基本问题,该问题涉及将数据发布到将数据保存到数据库的本地服务器。我怎么做?
如何发送从请求中获取数据并将其保存到数据库的发布请求?
不幸的是,django-tasty-pie 文档中没有太多关于 POST/PUT 的内容。
这个页面对我帮助很大
http://django-tastypie.readthedocs.org/en/latest/interacting.html