DeepQA icon indicating copy to clipboard operation
DeepQA copied to clipboard

Can't run django server

Open MrCRR opened this issue 7 years ago • 1 comments

My model is still training, and I'd like to run django server to have a look, but get an CommandError:

You have not set ASGI_APPLICATION, which is needed to run the server

Do I have to modify the settings.py myself?

MrCRR avatar Feb 09 '18 07:02 MrCRR

package mismatch caused this error, I downgrade some packages and solved this issue: django==1.10 channels>1.0,<2.0

MrCRR avatar Feb 09 '18 07:02 MrCRR