Ai
1 Star 2 Fork 0

zhang35/django-vue-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wsgi.py 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
"""
WSGI config for project 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/2.1/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
# This will set production as default, but we must still set it with an
# ENV on heroku to ensure that the migrate command runs agains the correct DB
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'backend.settings.prod')
application = get_wsgi_application()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang35/django-vue-template.git
git@gitee.com:zhang35/django-vue-template.git
zhang35
django-vue-template
django-vue-template
master

搜索帮助