Have a look at google_appengine/lib/django/django/template/defaultfilters.py it contains the implementation of the default django 0.96 filters. Just write your own and add it to the Library(). That should be possible from your own python file.
2008/12/23 Shay Ben Dov <[email protected]>: > > Hi, > > I know that if > > sum = 560000.0 > > then > > {{ sum|floatformat:2 }} will display 560000.00 > > How we get $560,000.00 > > Thanks, > > Shay Ben Dov > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
