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