Django學習(4)前端相關設置

前端渲染 1)在django項目中分別創建/static/ 和 /templates/ 文件夾。 2)在 settings 中配置 templates 文件夾路徑 和 /static/ 3)導入圖片到Django項目/static/文件夾下,在templates文件夾下新建test.html文件 4)修改app01中views.py的代碼 5)運行測試 測試成功!
相關文章
相關標籤/搜索