"""ASGI config for OKU project.It exposes the ASGI callable as a module-level variable named ``application``.For more information on this file, seehttps://docs.djangoproject.com/en/3.2/howto/deployment/asgi/"""importosfromdjango.core.asgiimportget_asgi_applicationos.environ.setdefault('DJANGO_SETTINGS_MODULE','OKU.settings')application=get_asgi_application()