예제 #1
0
 def __str__(self):
     return Country.desc_from_id(self.country)
예제 #2
0
파일: models.py 프로젝트: tomwen/ralph
 def name(self):
     return Country.desc_from_id(self.country)