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)