Open dineshraju14 opened 4 years ago
raise ImproperlyConfigured("Cannot import ASGI_APPLICATION module %r" % path) django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'justchat.routing'
remove justchat and let it be like this ASGI_APPLICATION = 'routing.application' had the same error mine worked
raise ImproperlyConfigured("Cannot import ASGI_APPLICATION module %r" % path) django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'justchat.routing'