Currency Object - http://www.djangosnippets.org/snippets/1525/
Currency Widget - http://www.djangosnippets.org/snippets/1526/
Currency Form Field - http://www.djangosnippets.org/snippets/1527/
Currency DB Field - http://www.djangosnippets.org/snippets/1528/
Admin Integration - http://www.djangosnippets.org/snippets/1529/

These objects are for easily changing the overall currency of an
application, not for allowing multiple different currencies within a
single application. They stitch Babel number formatting into Django. I
created them for an app I did in Portuguese that used Brazilian number
formatting (at least according to Babel, the Portuguese format in
Babel was not what they were looking for).

I think I still have some fine tuning to do in regards to the
validation messages displaying in the error message blocks in the
Admin app. I will  update them as I use them more and receive
feedback. Let me know what you think. I'm still learning Python and
the Django framework. Constructive feedback would really help me a
lot. Thanks.

Josh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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