Re: Web/Mobile Push Notifications For Django

2020-04-06 Thread VenkataSivaRamiReddy
I hope this one help to you. https://github.com/jazzband/django-push-notifications/blob/master/README.rst One you done, please le me know On Tue, Apr 7, 2020, 01:57 Kayode Oladipo wrote: > Hello everyone, > > I currently have a need to add push notifications to a website powered by

Web/Mobile Push Notifications For Django

2020-04-06 Thread Kayode Oladipo
Hello everyone, I currently have a need to add push notifications to a website powered by Django. How would I go about this? I'll appreciate any help. Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Push notifications in Django

2015-10-20 Thread Ruslan Kovtun
*For web app you should use web sockets, not push notifications.* On Sunday, June 28, 2015 at 6:51:36 AM UTC+3, harsh.rathore14 wrote: > > I want to build an Webapp which will have push notification on comments, > mentions etc. > -- You received this message because you are subscribed to the

Re: Push notifications in Django

2015-07-08 Thread Rakan Alhneiti
: > > It is possible. You can send push notifications in django, using > django-pushnotifications app. > > On Sunday, June 28, 2015 at 9:21:36 AM UTC+5:30, harsh.rathore14 wrote: >> >> I am Rails developer and new to Django. I want to build an Webapp which >> will have push notif

Re: Push notifications in Django

2015-07-07 Thread Maksim Sokolski
Stop. Sorry I think about notifications to web client from web server in event driven behaviour. -- 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

Re: Push notifications in Django

2015-07-07 Thread Ajay M
It is possible. You can send push notifications in django, using django-pushnotifications app. On Sunday, June 28, 2015 at 9:21:36 AM UTC+5:30, harsh.rathore14 wrote: > > I am Rails developer and new to Django. I want to build an Webapp which > will have push notification on comments,

Re: Push notifications in Django

2015-07-07 Thread Leon Han
EventSource+StreamingHttpResponse ? I am not sure. 在 2015年6月28日星期日 UTC+8上午11:51:36,harsh.rathore14写道: > > I am Rails developer and new to Django. I want to build an Webapp which > will have push notification on comments, mentions etc. Is it possible in > Django or I should move to node.js >

Re: Push notifications in Django

2015-06-28 Thread Maksim Sokolski
You can implement push-notifications with django+tornado+websockets. -- 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...@google

Re: Push notifications in Django

2015-06-28 Thread Avraham Serour
no, no On Sun, Jun 28, 2015 at 6:21 AM, harsh.rathore14 wrote: > I am Rails developer and new to Django. I want to build an Webapp which > will have push notification on comments, mentions etc. Is it possible in > Django or I should move to node.js > > -- > You

Push notifications in Django

2015-06-27 Thread harsh.rathore14
I am Rails developer and new to Django. I want to build an Webapp which will have push notification on comments, mentions etc. Is it possible in Django or I should move to node.js -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe