/
Saypi
/
incidents-test
Обзор
Документация
Войти
/
Saypi
/
incidents-test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test_python/wsgi.py
16 строк
399 B
Saipykurbanov
first_commit
09 ноя 2025, 18:49
09 ноя 2025, 18:49
7ae5cf1
Код
Авторство
О чём код?
""" WSGI config for test_python project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/5.1/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'test_python.settings') application = get_wsgi_application()