Re: How to Implement websocket in production.

2024-11-17 Thread 'Steven D. Wolk' via Django users
I can't help you. On Mon, Nov 18, 2024, 1:58 AM Om Khade wrote: > Hi, > > I wanted to understand how websocket is implemented in Django React stack. > > We are currently using AWS API Gateway Websockets API, which has some > issues while testing locally. > > Any insight would be appreciated. > >

How to Implement websocket in production.

2024-11-17 Thread Om Khade
Hi, I wanted to understand how websocket is implemented in Django React stack. We are currently using AWS API Gateway Websockets API, which has some issues while testing locally. Any insight would be appreciated. Thank you Om Khade -- You received this message because you are subscribed to th

Re: How to Deploy Celery and Django

2024-11-17 Thread Abdul Qoyyuum Haji Abdul Kadir
Unfortunately, I've tested deploying Django + Celery to these free services (full write-up here: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments) and they *do not work in their FREE plans*. So if you really want to deploy them, you have to use their *PAID *services. I can confirm H

How to Deploy Celery and Django

2024-11-17 Thread Kennedy Akogo
I have a Django application that uses Celery to schedule and send SMS messages at specific times. I want to deploy this application to a free or paid platform so users can access it through the web. Which platform would be suitable for this? -- You received this message because you are subscribed

Re: How to Deploy Celery and Django

2024-11-17 Thread Reddy Tintaya
You can try https://cloud.google.com/free > On 17 Nov 2024, at 4:51 PM, Sunday Ajayi wrote: > > You can try Render, Heroku > > Regards > > AJAYI Sunday > (+234) 806 771 5394 > sunnexaj...@gmail.com > > > > On Sun, Nov 17, 2024 at 10:29 PM Kennedy Akogo <

Re: How to Deploy Celery and Django

2024-11-17 Thread Sunday Ajayi
You can try Render, Heroku Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Nov 17, 2024 at 10:29 PM Kennedy Akogo wrote: > I have a Django application that uses Celery to schedule and send SMS > messages at specific times. I want to deploy this application to a f