/
sxfour
/
python_django_all_projects
Обзор
Документация
Войти
/
sxfour
/
python_django_all_projects
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Django_RestAPI_PostgreSQL_Alarm/PostgreSQLApp/asgi.py
16 строк
419 B
Egor Levashov
Add files via upload
13 май 2024, 01:08
Не верифицирован
13 май 2024, 01:08
ed6caf6
Код
Авторство
О чём код?
""" ASGI config for PostgreSQLApp project. It exposes the ASGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/ """ import os from django.core.asgi import get_asgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'PostgreSQLApp.settings') application = get_asgi_application()