Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

about django channels #206

Closed sufuwang closed 5 years ago

sufuwang commented 5 years ago

hi: T am using channels for achieving websocket. CommandError: You have not set ASGI_APPLICATION, which is needed to run the server. try:ASGI_APPLICATION = 'chatbot_website.routing.application' in settings.py. Error:django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'chatbot_website.routing'.

What should i do?Thank you!