예제 #1
0
 def trimmed_content(self):
   return truncate(self.content, 100)
예제 #2
0
 def trimmed_title(self):
   return truncate(self.title, 25)