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.
django.contrib.humanizeテンプレートの外側、実際にはモデルの内側を使用して、テキストメッセージの日付を人間化したいと思います。
django.contrib.humanize
出来ますか?これどうやってするの?
モデルに関数をインポートできます。
from django.contrib.humanize.templatetags.humanize import naturalday natural_day = naturalday(value)