Does anyone know what the procfile should be for daphne?
I'm trying to move from wsgi to asgi in Django and not sure what the procfile command should be.
I've tried changing
gunicorn app.wsgi
to `daphne app.asgi but it didn't work.3 Replies