Hi Alex,
Sorry if I was not clear on my question.
I knew about the function intcomma but I wonder how do I make all the
label in admin to use that and display 1000 as 1,000
Would be great if you can help me on this
Thanks
On 24 Jul, 21:18, Alexandre González wrote:
> Try with this:http://docs.
Hi Alex,
Sorry if I was not clear on my question.
I knew about the function intcomma but I wonder how do I make all the
label in admin to use that and display 1000 as 1,000
Would be great if you can help me on this
Thanks
On 24 Jul, 21:18, Alexandre González wrote:
> Try with this:http://docs.
Try with this: http://docs.djangoproject.com/en/dev/ref/contrib/humanize/
On Sat, Jul 24, 2010 at 06:54, Ronald wrote:
> Hi there,
>
> Im a new django guy here so apology if i am asking a stupid question.
>
> Can you comma separate an integer field in the admin interface
> for example
> 1 -> 1
>
Hi there,
Im a new django guy here so apology if i am asking a stupid question.
Can you comma separate an integer field in the admin interface
for example
1 -> 1
10 -> 10
100 -> 100
1000 -> 1,000
I know intcomma does that but how do you do that in admin
Thanks very much in advance
--
You rece
4 matches
Mail list logo