beremiz
Clone
Summary
Browse
Changes
Graph
Separated old table debug variable panel and new graphic debug variable panel
2013-05-30, Laurent Bessard
8b4e6bd0aa92
Separated old table debug variable panel and new graphic debug variable panel
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param