Django REST framework安装、调试

参考:


# 安装
pip install djangorestframework
pip install django-redis

# 调试 http
#官网教程1,pip install httpie 可以用来调试http
https://blog.csdn.net/ppppfly/article/details/51086122 
#官网教程2,format_suffix_patterns 使用
https://blog.csdn.net/ppppfly/article/details/51103984

原文地址:https://www.cnblogs.com/amize/p/14318921.html