Ok. Got a bit further but getting a different error
daphne -b 0.0.0.0 -p 8000 mabtest.asgi.main
ERROR:
ValueError: not enough values to unpack (expected 2, got 1)
Any suggestions?
On Thursday, September 23, 2021 at 9:45:59 AM UTC-5 jmenen...@gmail.com
wrote:
> You are missing a main at
You are missing a main attribute on your asgi.py file. Try with daphne -b
0.0.0.0 -p 8001 mabtest.asgi:application
El miércoles, 22 de septiembre de 2021 a las 20:37:50 UTC,
mab.mo...@gmail.com escribió:
> Hello,
>
> I am attempting to add asgi/channels to an existing django project/web
> app
Hello,
I am attempting to add asgi/channels to an existing django project/web app.
I was originally able to get channels to work via python manage.py
runserver
I am trying to deploy the project in production but cannot cat Daphne to
start. Error messages and relevant files below.
Questi
3 matches
Mail list logo