Me gustaría si pudieran ayudarme, quiero que al cargar en el dato 
identifique los valores y agregue el punto de miles. 
habia leido que en el settings agregue 
USE_L10N = True
USE_THOUSAND_SEPARATOR = True
THOUSAND_SEPARATOR = '.'
DECIMAL_SEPARATOR = ','
 y en el template, pero el problema es que no funciona, soy nueva 
utilizando python y django, agradecería cualquier ayuda. 

{% load l10n %}

{{ value|localize }}


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9d5d2280-74fa-441e-b0b8-86d01badc26b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to