From c59291539535337d533140196a0eb44b8471dbc3 Mon Sep 17 00:00:00 2001 From: brad stein Date: Wed, 24 Oct 2018 23:19:47 -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 46e0ca5..a7e15cd 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 daphne ChannelsDrawShareSite.asgi:application worker: python manage.py runworker channels