beremiz
Clone
Summary
Browse
Changes
Graph
fixed exception happening when connecting to empty URI, and set URI through URI Editor Dialog popping up becaue empty.
2019-01-09, Edouard Tisserant
6cd7dae360d4
fixed exception happening when connecting to empty URI, and set URI through URI Editor Dialog popping up becaue empty.
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