This don't work to me. Now I must to use the "." like a thousand
separator and the "," like decimal separator (x.xxx,xx) (requirement
of the boss). I try to follow the guide to "custom format fields" in
the Django documentation, but I can't get formatted numbers.

I have this:
----------------------------
mysite/
    formats/
        __init__.py
        es/
            __init__.py
            formats.py
------------------------------
And in my settings.py

USE_I18N = True
USE_L10N = True
FORMAT_MODULE_PATH = 'formats.es.formats'

Nothing more. Where is my error? The FORMAT_MODULE_PATH must to be
other? I must to declare the FORMAT_MODULE_PATH in other side? I must
to include some library in the view? This is the first time when I
work with localization.

Thanks for read.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to