コード例 #1
0
ファイル: filters.py プロジェクト: arthurcode/arthurcode
 def country_name(self):
     return OFFICIAL_COUNTRIES.get(self.country_code, 'unknown').title()