/
statik2002
/
TorgServer
Обзор
Документация
Войти
/
statik2002
/
TorgServer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
torgserver/wsgi.py
16 строк
397 B
statik2002
first_commit
09 авг 2026, 06:47
09 авг 2026, 06:47
8612688
Код
Авторство
О чём код?
""" WSGI config for torgserver 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/6.1/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'torgserver.settings') application = get_wsgi_application()