摘要: 阅读全文
posted @ 2018-02-06 21:44 TAMAYURA 阅读(88) 评论(0) 推荐(0)
摘要: $.ajax({ url:'http://127.0.0.1:8000/info_list', dataType:'jsonp', // jsonp: 'callbacks', // jsonpCallback:"SayHi", success:function (res) { ... 阅读全文
posted @ 2018-02-06 19:10 TAMAYURA 阅读(78) 评论(0) 推荐(0)
摘要: 1. 2. 3. 4.自定义类,可以重写authentication_classes 5. 6. 7.执行Request类中的user属性 8. 9. 阅读全文
posted @ 2018-02-06 08:51 TAMAYURA 阅读(184) 评论(0) 推荐(0)