[grpc-io] How can we send a Django User object and a list of users?

2017-03-17 Thread Rajeev R
Hello All, I have two django applications and I want to send a user object from one django application to other django application through gRPC. I have seen string and integer types working fine. Please find the code attached. service Usermanagement { rpc UserLogin (UserRequest) returns (Us

[grpc-io] Re: How can we send a Django User object and a list of users?

2017-03-20 Thread Rajeev R
:38:22 UTC+5:30, Rajeev R wrote: > > Hello All, > > I have two django applications and I want to send a user object from one > django application to other django application through gRPC. I have seen > string and integer types working fine. Please find the code attached. &g