seems the procfile may be wrong

This commit is contained in:
brad stein 2018-10-24 22:42:03 -05:00
parent ca457e6489
commit d465014b68

View File

@ -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