Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Cannot import ASGI_APPLICATION module #17

Open
dineshraju14 opened this issue Apr 16, 2020 · 1 comment
Open

Cannot import ASGI_APPLICATION module #17

dineshraju14 opened this issue Apr 16, 2020 · 1 comment

Comments

@dineshraju14
Copy link

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

@alekkii
Copy link

alekkii commented Apr 17, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants