Django App with Channels Deployment Procfile setup
mr-dustin
HOBBYOP

8 months ago

I have recently made a new django app called notifications that uses asgi config
I have already made the websocket, live notifications work in my local server using docker desktop
but I am having trouble making it work in deployment dev branch currently this is my Procfile

web: python manage.py migrate && daphne InsightPOS.asgi:application --port $PORT --bind 0.0.0.0 -v2

0 Replies

Loading...