示例#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)