コード例 #1
0
ファイル: models.py プロジェクト: joskid/tbonline
 def get_authors(self):
     '''Uses the credit_list utility function to generate a list of authors
     as a printable string.
     '''
     return credit_list(self.authors)
コード例 #2
0
 def get_authors(self):
     '''Uses the credit_list utility function to generate a list of authors
     as a printable string.
     '''
     return credit_list(self.authors)
コード例 #3
0
ファイル: models.py プロジェクト: ng/tbonline
 def get_authors(self):
     return credit_list(self.credits)
コード例 #4
0
 def get_credits(self):
     return credit_list(self.credits)