beremiz
Clone
Summary
Browse
Changes
Graph
Fixed build of tests/python.
2015-02-25, Edouard Tisserant
7a2b344de8cf
Fixed build of tests/python.
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