/
mm-shkurin
/
studlab.forms
Обзор
Документация
Войти
/
mm-shkurin
/
studlab.forms
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
LabForm/wsgi.py
16 строк
407 B
mm-shkurin
~swagger forms\view
12 май 2025, 05:33
12 май 2025, 05:33
e6a2e3f
Код
Авторство
О чём код?
""" WSGI config for LabForm 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.2/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'LabForm.settings') application = get_wsgi_application()