beremiz
Clone
Summary
Browse
Changes
Graph
move code in mki18n.py generated translation strings from custom files into separate function
2017-01-11, Andrey Skvortsov
bc84d659894f
move code in mki18n.py generated translation strings from custom files into separate function
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