使用命令:pip install djangorestframework
INSTALLED_APPS = [ "rest_framework" ]
DRF序列化
原文:https://www.cnblogs.com/yidashi110/p/10102886.html