Sign in
There are a total of 1 posts.
2026-02-02
在 Django 中,除了從視圖傳遞 context 或使用 context processor,還可以利用 simple_tag 來處理模板資料。本文整理了何時適合使用 simple_tag、ORM 的使用建議、實際範例,並說明如何透過簡化模板與視圖責任來提升維護性與效能。