コード例 #1
0
 def trimmed_content(self):
   return truncate(self.content, 100)
コード例 #2
0
 def trimmed_title(self):
   return truncate(self.title, 25)