beremiz
Clone
Summary
Browse
Changes
Graph
runtime's process cwd should now be the same as provided working dir, fixin permission problem on W7
2011-10-06, Edouard Tisserant
885a224a35be
runtime's process cwd should now be the same as provided working dir, fixin permission problem on W7
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