2019年11月15日
摘要: ```python ''' Response({ 'status':0, 'msg':'ok', 'results':[], '额外返回一些':'' },headers={},status=200,content_type='') APIResponse(0,'ok',results,status,header,content_type) ''' from rest_framework.respo 阅读全文
posted @ 2019-11-15 12:52 Afrafre 阅读(730) 评论(0) 推荐(0) 编辑
摘要: DRF自定义异常处理 将admin中的密码密文显示 阅读全文
posted @ 2019-11-15 12:51 Afrafre 阅读(455) 评论(0) 推荐(0) 编辑