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'.
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!