要一直走下去

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年3月8日

摘要: 所有视图继承自View类,例如,RedirectView用于HTTP重定向,TemplateView扩展基类使它能渲染模板。 ListView类:要在index.html中用列表显示对象 <ul> {% for question in latest_question_list %} <li><a h 阅读全文
posted @ 2020-03-08 18:55 要一直走下去 阅读(215) 评论(0) 推荐(0) 编辑