beremiz
Clone
Summary
Browse
Changes
Graph
don't rebuild the makefile based project if only companyName, projectName or productName are changed
2016-11-24, Andrey Skvortsov
de2da05089ea
don't rebuild the makefile based project if only companyName, projectName or productName are changed
And this fix current encoding issues, because all these information fields can
contain non-latin characters.
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