码迷,mamicode.com
首页 > 其他好文 > 详细

django view function

时间:2018-10-02 17:18:21      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:exist   res   otf   djang   ISE   and   html   pre   http   

view function 的几种返回值

  1. return HttpResponse(html)
  2. return HttpResponseNotFound(html)
  3. raise Http404("Poll does not exist")
    #定制:在template tree顶层编写404.html
  4. handler400

django view function

标签:exist   res   otf   djang   ISE   and   html   pre   http   

原文地址:https://www.cnblogs.com/LTEF/p/9736816.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!