I have set the following in my settings.py
file:
USE_L10N = True
NUMBER_GROUPING = 3
THOUSAND_SEPARATOR = '#'
USE_THOUSANDS_SEPARATOR =True
Yet my numbers are still printing out 12000.00
. Can anyone point me in the right direction?
(I'm on Django 1.3)