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