第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

A server error occurred. Please contact the administrator.痛苦!

這個(gè)錯(cuò)誤?

路由:

urlpatterns?=?[
????path('helloworld',?blog.views.helloworld),
????path('content',?blog.views.article_content),
????path('index',?blog.views.get_index_page),
????#?path('detail',?blog.views.get_detail_page)
????path('detail/<int:article_id>',?blog.views.get_detail_page)
]

詳情頁(yè)視圖:

def?get_detail_page(request,?article_id):
????all_article?=?Article.objects.all()
????curr_article?=?None
????for?article?in?all_article:
????????if?article.article_id?==?article_id:
????????????curr_article?=?article
????????????break
????section_list?=?curr_article.content.split('\n')
????return?render(request,?'blog/detail.html',
??????????????????{
????????????????????'curr_article':?curr_article,
????????????????????'section_list':?section_list
??????????????????}
??????????????????)

詳情頁(yè)網(wǎng)頁(yè):

<body>
????<div?class="container?page-header">
????????<h2>{{?curr_article.title?}}
????????</h2>
????</div>
????<div?class="container?body-main">
????????????????<div>
????????????????????{%?for?section?in?section_list?%}
????????????????????<p>{{?section?}}</p>
????????????????????{%?endfor?%}
????????????????</div>
????</div>
</body>


正在回答

2 回答

<div?class="col-md-3"?role="complementary">
????<div>
????????<h2>最新資訊</h2>
????????{%?for?article?in?article_list?%}
????????<h4><a?href="blog/detail/">{{?article.title?}}</a></h4>
????????{%?endfor?%}
????</div>
</div>

主頁(yè)中分頁(yè)設(shè)計(jì)這里,是不是也有問(wèn)題,設(shè)置<h4>這個(gè)地方??我看老師視頻里好像沒(méi)有說(shuō)這個(gè)地方?

0 回復(fù) 有任何疑惑可以回復(fù)我~

感覺(jué)是路由的問(wèn)題,<int:article_id>

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

A server error occurred. Please contact the administrator.痛苦!

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)