Skip to content

Instantly share code, notes, and snippets.

@truongngoclinh
Created September 7, 2017 06:41
Show Gist options
  • Save truongngoclinh/51b5a6d442486b5240eedbe66f030f6c to your computer and use it in GitHub Desktop.
Save truongngoclinh/51b5a6d442486b5240eedbe66f030f6c to your computer and use it in GitHub Desktop.
5000 -> 5,000
from django.contrib.humanize.templatetags.humanize import intcomma
// use lib
val = _("%s dong") % intcomma(credit_pay_amount)})
val = '{0:,.3f}'.format(float(p['value'])/1000) + _('d')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment