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