2 Star 4 Fork 0

把女朋友埋了/ITmanage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
web.config 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
把女朋友埋了 提交于 2023-12-30 15:37 . commit message
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<!-- Remove the wildcard handler for Python FastCGI if it was added previously -->
<remove name="Python FastCGI" />
<!-- Add handler for static content in media directory -->
<!--
<add name="StaticFiles" path="media/*" verb="*" modules="StaticFileModule" resourceType="Unspecified" requireAccess="Read" />
-->
<add name="Python FastCGI" path="*" verb="*" modules="FastCgiModule" scriptProcessor="D:\ProgramData\envs_dirs\anq\python.exe|D:\ProgramData\envs_dirs\anq\Lib\site-packages\wfastcgi.py" resourceType="Unspecified" requireAccess="Script" />
</handlers>
</system.webServer>
<appSettings>
<add key="WSGI_HANDLER" value="django.core.wsgi.get_wsgi_application()" />
<add key="PYTHONPATH" value="D:\ITmanage" />
<add key="DJANGO_SETTINGS_MODULE" value="ITmanage.settings" />
</appSettings>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lijianqiao/ITmanage.git
git@gitee.com:lijianqiao/ITmanage.git
lijianqiao
ITmanage
ITmanage
master

搜索帮助