From e92cfb063dac4539fb4ef12b3a27521dcff2acc2 Mon Sep 17 00:00:00 2001 From: brad stein Date: Wed, 24 Oct 2018 23:04:02 -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 c1f7870..febe5f1 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: daphne ChannelsDrawShareSite.asgi:application --port $PORT --bind 0.0.0.0 -v2 -worker: python manage.py runserver channels +worker: python manage.py runworker channels