Use of django.contrib.humanize outside the django template



The humanize can be used in any python files in a Django project by adding the reference

Eg:

from django.contrib.humanize.template tags.humanize import intcomma

no_of_votes = intcomma(total_votes)


Ref :https://docs.djangoproject.com/en/4.0/ref/contrib/humanize/

Comments

Popular posts from this blog

python-docx | docx | No module named 'exceptions'

Fixing TortoiseSVN icons overlay in Windows 10

MySQL 8 User creation and grant privileges