beremiz
Clone
Summary
Browse
Changes
Graph
make FindInPouDialog work on Windows with wxPython 2.8
2016-12-29, Andrey Skvortsov
3bffe3bd8d78
make FindInPouDialog work on Windows with wxPython 2.8
additional fix for changeset 474de7f
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