Example #1
0
 def money(self):
     return Money.int_to_money(self.amount, Currency.get(self.currency))
Example #2
0
 def parse_value(value):
     return Money.int_to_money(value.amount, Currency.get(value.currency))