Exemplo n.º 1
0
 def trimmed_content(self):
   return truncate(self.content, 100)
Exemplo n.º 2
0
 def trimmed_title(self):
   return truncate(self.title, 25)