I monkey patched moneyfmt function to format proper price with currency for shop I am working on.Currently I have it in urls.py like this:
# monkey patch moneyfmt import satchmo.l10n.utils import imutil.hrmoney satchmo.l10n.utils.moneyfmt = imutil.hrmoney.hr_moneyfmt I wonder where is the best place to put monkey patch so it is read only once when satchmo starts? thanks, Bojan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
