django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'ISProject.asgi' code example
Example: ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'z.routing'
ASGI_APPLICATION = "routing.application"
ASGI_APPLICATION = "routing.application"