Re: having probem with using signal with channels in django

2019-05-24 Thread Aditya Bohra
i am talking about channels(websocket) can they be connected to postman they main problem is that i need to create real time app like real time dashboard which update the data as soon as there is any crud event occurs in db -- You received this message because you are subscribed to the Google

Re: having probem with using signal with channels in django

2019-05-24 Thread Aditya Bohra
can i use postman for websocket? I am trying to create a real time dashboard using channels -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr

Re: having probem with using signal with channels in django

2019-05-24 Thread prem yadav
which application are you using to send the data? If you are using postman you cannot run the local ip in postman, it wont work you have to run the application with ip address of your pc or system On Fri, May 24, 2019 at 8:52 PM Kasper Laudrup wrote: > On May 24, 2019 11:30:51 AM GMT+02:00, Adi

Re: having probem with using signal with channels in django

2019-05-24 Thread Kasper Laudrup
On May 24, 2019 11:30:51 AM GMT+02:00, Aditya Bohra wrote: >Not able to send real time data to client when a post signal is >generated Hi Aditya, Try to change some code and see if that solves your problem. If not, try to change something else. Eventually, I'm sure that will solve your probem

Re: having probem with using signal with channels in django

2019-05-24 Thread Aditya Bohra
Text format and in local ip -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to djang

Re: having probem with using signal with channels in django

2019-05-24 Thread prem yadav
Hi Aditya, Can you tell me below things, In which format you are passing the data? Are you trying with real IP address or local ip address? Thanks & Regards, Premkumar Ch. On Fri, May 24, 2019 at 3:01 PM Aditya Bohra wrote: > Not able to send real time data to client when a post signal is g