beremiz
Clone
Summary
Browse
Changes
Graph
Fixed exception when adding variables in C_ext plugin
2011-03-26, Edouqrd Tisserant
8eff490f83fc
Fixed exception when adding variables in C_ext plugin
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