justdjango / justchat

A chat application built with Django channels.
268 stars 237 forks source link

Cannot import ASGI_APPLICATION module #17

Open dineshraju14 opened 4 years ago

dineshraju14 commented 4 years ago

raise ImproperlyConfigured("Cannot import ASGI_APPLICATION module %r" % path) django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'justchat.routing'

alekkii commented 4 years ago

remove justchat and let it be like this ASGI_APPLICATION = 'routing.application' had the same error mine worked