/
verghil
/
test_task_django
Обзор
Документация
Войти
/
verghil
/
test_task_django
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test_task/wsgi.py
16 строк
395 B
verghil
seems to be done
14 апр 2024, 21:59
14 апр 2024, 21:59
fdef426
Код
Авторство
О чём код?
""" WSGI config for test_task 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/4.2/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'test_task.settings') application = get_wsgi_application()