beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: default library path, default page when starting a SVGHMI project, error page when no SVG present
svghmi
2021-07-12, Edouard Tisserant
16066300b254
SVGHMI: default library path, default page when starting a SVGHMI project, error page when no SVG present
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