我正在尝试将 JSON 格式的数据发送到我的 django 应用程序。当我尝试如下使用 POST 时,出现以下错误。那么,我的发布方式或视图方法有什么问题。
编辑:错误信息:
<pre class="exception_value">'Key \'data\' not found in <QueryDict: {u\'{ "data":\\n {\\n "name": "Something",\\n "content": "Anything"\\n }\\n}\\n\': [u\'\']}>'</pre>
<table class="meta">
<tr>
<th>Request Method:</th>
<td>POST</td>
</tr>
<tr>
<th>Request URL:</th>
<td>http://localhost:8000/api/recipes/item_new/</td>