Exemplo n.º 1
0
 def template_name(self):
     return utilString.lower_first_camel_word(self.__class__.__name__) + '.html'
Exemplo n.º 2
0
 def screen_name(self):
     return utilString.lower_first_camel_word(self.__class__.__name__)