예제 #1
0
파일: models.py 프로젝트: knudsonb2/moolah
 def __unicode__(self):
     return '{} - {}'.format(self.user_name,
                             to_decimal(self.amount))
예제 #2
0
 def __unicode__(self):
     return '{0} ({1})'.format(self.description,
                               to_decimal(self.amount_per_day))
예제 #3
0
파일: models.py 프로젝트: knudsonb2/moolah
 def __unicode__(self):
     return '{0} ({1})'.format(self.description,
                               to_decimal(self.amount))