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/