Пример #1
0
 def index_view(self):
     project_list = ProjectList()
     list_columns = (('timestamp', 'timestamp'), ('name', 'name'))
     return self.render('project_explorer/project_list.html',
         data=project_list.get_recent(), list_columns=list_columns)