beremiz
Clone
Summary
Browse
Changes
Graph
add to i18n/README forgotten commands to add some XML schemes as source
2017-07-05, Andrey Skvortsov
64ea7c86a74c
add to i18n/README forgotten commands to add some XML schemes as source
for strings and update app.fil
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