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