Hello, I would like to change the decimal point character from "." to ",". "django settings" have several localization options but I couldnt find for decimal point character. Is it supported?
I am specially interested in the admin interface. I know i can use the python locale module. but i guess it wont help if the admin does not support it. i am supposed to put this code in "settings.py". Right? import locale locale.setlocale(locale.LC_ALL,"pt_BR.UTF-8") Cheers, Eduardo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---