Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1、2、3などのリストを表示する必要がありますが、0001、0001、0003などのように表示します
それにDjangoにテンプレートフィルターが存在しますか?
karthikr の答えを単純化すると、既に提供されている django テンプレート タグの 1 つを利用して、これを実現できます。
{{ number|stringformat:"04d" }}