/
bubapb
/
Devops-Tools-Documentation
Обзор
Документация
Войти
/
bubapb
/
Devops-Tools-Documentation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
DevOps-Pipeline-Python/Python/polling/wsgi.py
16 строк
407 B
JohnyDev
re-arrange-dir-close #103
13 авг 2022, 22:48
13 авг 2022, 22:48
731994c
Код
Авторство
О чём код?
""" WSGI config for polling 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/3.1/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'polling.settings') application = get_wsgi_application()