dog-2 / blog_gitalk

this is a repository stores comments of my blog using Gitalk
0 stars 0 forks source link

Django REST Framework 学习笔记(三):渲染模块 renders | 雪泥鴻爪 #13

Open dog-2 opened 4 years ago

dog-2 commented 4 years ago

https://dog.wtf/tech/drf-learning-notes-3-the-renders-module/

Title(EN): Django REST Framework Learning Notes (3): the renders module Author: dog2 用DRF做测试会发现,用浏览器请求API返回DRF定制的页面,对开发者相当友好,如下图: 而若使用python第三方模块requests或者postman等工具,这则返回的是原生的json数据。 实现这种差别响应的,正是本