摘要:
实现方式 视图 class Test(ViewSetMixin, APIView): def test1(self, request): return HttpResponse('ok') def test2(self, request): return HttpResponse('ok') 路由 阅读全文
摘要:
安装模块 直接安装(适用linux,mac) pip3 install pycrypto 下载后安装(直接安装Windows可能会失败) https://github.com/sfbahr/PyCrypto Wheels pip3 install wheel 进入目录: pip3 install p 阅读全文