程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

(16) making and beautifying the homepage of Django blog website

編輯:Python

This chapter is accompanied by video tutorials :Python-Django Develop personal blog from scratch _ Bili, Bili _bilibili

One 、 utilize bulma css The provided components quickly implement the front-end style of the blog

Please refer to bulma file : Bulma: Free, open source, and modern CSS framework based on Flexbox

Two 、 Customize blog categories The template label is used by the whole station 【 Custom template labels and filters 】

Custom template labels and filters : Custom template labels and filters | Django file | Django

Self defined tags and filters Will be saved in the module named templatetags In the directory of . The name of the module file will be used for loading later tags Name , So be careful not to use one that may be customized with other applications tags and filters Conflicting names .

stay blog Create one in the directory templatetags Folder , And create a __init__.py and category.py The file of , Your app layout may look like this !


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved