/
xayoki
/
web4sem
Обзор
Документация
Войти
/
xayoki
/
web4sem
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
core/wsgi.py
16 строк
385 B
xayok7
Готовый проект
10 июн 2026, 01:10
10 июн 2026, 01:10
0c2081b
Код
Авторство
О чём код?
""" WSGI config for core 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', 'core.settings') application = get_wsgi_application()