mr-dustin
HOBBY
12 days 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
This is my redis config