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