Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

{% load humanise %}

django.contrib.humanize¶
A set of Django template filters useful for adding a “human touch” to data.

To activate these filters, add 'django.contrib.humanize' to your INSTALLED_APPS setting. Once you’ve done that, use {% load humanize %} in a template, and you’ll have access to the following filters.
 
PREVIOUS NEXT
Tagged: #load #humanise
ADD COMMENT
Topic
Name
3+2 =