Django Currency Conversion

Posted by Koobz on Stack Overflow See other posts from Stack Overflow or by Koobz
Published on 2010-05-03T10:17:29Z Indexed on 2010/05/03 16:48 UTC
Read the original article Hit count: 273

Filed under:
|

Is there any facility in Django for doing currency conversions? Obviously, rates change day by day but I'm somewhat hopeful that the locale module has some sort of web-service based converter :P

There's a snippet here that handles the formatting: http://www.djangosnippets.org/snippets/552/ But I need to localize the values first.

© Stack Overflow or respective owner

Related posts about django

Related posts about localization