/
sxfour
/
python_django_all_projects
Обзор
Документация
Войти
/
sxfour
/
python_django_all_projects
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Django_RestAPI_PostgreSQL/PostgreSQL_conf/asgi.py
16 строк
423 B
Egor Levashov
Add files via upload
26 апр 2024, 17:07
Не верифицирован
26 апр 2024, 17:07
252f08e
Код
Авторство
О чём код?
""" ASGI config for PostgreSQL_conf 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', 'PostgreSQL_conf.settings') application = get_asgi_application()