-2
我到處尋找並嘗試使用網上資源。我真的不明白如何在我的模板html Django Python上使用圖像URL顯示圖像。如何在我的模板上使用圖像URL顯示圖像html Django Python
我有這個圖片,我從用戶的Twitter賬戶
userProfileImage = "http://pbs.twimg.com/profile_images/688032813866549248/FqOZWxmM.jpg"
什麼是採取以顯示其頁面上的步驟,得到了什麼?
難道我「需要」將其保存在數據庫中?
我只是想能夠顯示userProfileImage。
謝謝!第一
打擾一下,你的問題是什麼? Django文檔的第一頁建議將此變量傳遞給模板上下文並將其輸出到圖像標記src屬性中。 – Nevertheless
感謝Kid Binary。我正在學習我什麼都不知道:/ – Gonewindy
試試這本書:http://www.tangowithdjango.com – Nevertheless