beremiz
Clone
Summary
Browse
Changes
Graph
fix bug with indelible values in some 'optional' fields in project properties panel
2018-02-19, Surkov Sergey
38e912c8bd31
fix bug with indelible values in some 'optional' fields in project properties panel
only 'required' fields should be indelible
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