beremiz
Clone
Summary
Browse
Changes
Graph
add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
2016-11-24, Andrey Skvortsov
f8e2a04c4445
add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
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