From d465014b680928467c42eebd46d68baeaf22ff07 Mon Sep 17 00:00:00 2001 From: brad stein Date: Wed, 24 Oct 2018 22:42:03 -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 0a5696c..1b7dab8 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: daphne drawshare.asgi:channel_layer --port $PORT --bind 0.0.0.0 -v2 +web: daphne ChannelsDrawShareSite.channel_layer --port $PORT --bind 0.0.0.0 -v2 worker: python manage.py runworker -v2