示例#1
0
 def jit_data(self, *args, **kw):
     """ Serve data from the tw2.jit built-in controller """
     return makeUserGraph().request(request).body
示例#2
0
 def jit_data(self, *args, **kw):
     """ Serve data from the tw2.jit built-in controller """
     return makeUserGraph().request(request).body
示例#3
0
 def index(self):
     """Handle the front-page."""
     return dict(page='index', widget=makeUserGraph())
示例#4
0
 def index(self):
     """Handle the front-page."""
     return dict(page='index', widget=makeUserGraph())