摘要:
1 restful规范--10条 2 django上写符合restful规范的接口 3 drf写接口 4 APIView--》继承了原生View 》get,post方法 -(为什么get请求来了,就会执行get方法:原生View的dispatch控制的) -路由配置:视图类.as_view() >v 阅读全文
摘要:
刘老师博客 pip换源 永久配置安装源 windows: 文件管理器敲%APPDATA%,进去之后新建pip文件夹,创建pip.ini配置文件,文件内容: [global] index-url = http://pypi.douban.com/simple [install] use-mirrors 阅读全文