From 5280a2aeee2e877dae89572e4138305289a733ea Mon Sep 17 00:00:00 2001 From: brad stein Date: Wed, 24 Oct 2018 23:22:25 -0500 Subject: [PATCH] seems the procfile may be wrong --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a7e15cd..2478c38 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: daphne -b 0.0.0.0 -p $PORT daphne ChannelsDrawShareSite.asgi:application +web: daphne -b 0.0.0.0 -p $PORT ChannelsDrawShareSite.asgi:application worker: python manage.py runworker channels