beremiz
Clone
Summary
Browse
Changes
Graph
fix not saving location address from variable panel
2016-10-26, Andrey Skvortsov
deadfe7377e9
fix not saving location address from variable panel
this regression was introduced by commit 3518d10
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