コード例 #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())