beremiz
Clone
Summary
Browse
Changes
Graph
Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
2021-05-12, Edouard Tisserant
a81b72ef156c
Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
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