here is what i am doing
server code
from jsonrpc import handleCGI, ServiceMethod
from django.core import serializers
@ServiceMethod
def hello(msg):
json = serializers.serialize("json",msg)# initially i tried
return(msg)only but i was getting error JSONDecodeException at /c/
testhe
On 14-Jun-07, at 6:00 PM, Dushyant Sharma wrote:
> has any body used jsonrpc with django if yes kindly help me
> here is how to use it but i cant use it with django facing problems
would be helpful if you stated what you tried and what the errors were
--
regards
kg
http://lawgon.livejournal.
has any body used jsonrpc with django if yes kindly help me
here is how to use it but i cant use it with django facing problems
http://json-rpc.org/wiki/python-json-rpc
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
3 matches
Mail list logo