예제 #1
0
 def topic_count(self, value):
     return Count.board_topic_count(self.id, value)
예제 #2
0
 def topic_count(self, value):
     return Count.board_topic_count(self.id, value)
예제 #3
0
 def topic_count(self):
     # return self.topics.count()
     return Count.board_topic_count(self.id)
예제 #4
0
 def topic_count(self):
     # return self.topics.count()
     return Count.board_topic_count(self.id)