예제 #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)