/
Russid
/
python_django
Обзор
Документация
Войти
/
Russid
/
python_django
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
11_I18n/django_example/wsgi.py
16 строк
405 B
Polovinkin, Alexey
module 11
27 окт 2020, 15:32
27 окт 2020, 15:32
84608a0
Код
Авторство
О чём код?
""" WSGI config for django_example 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.0/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'django_example.settings') application = get_wsgi_application()