You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
762 B
16 lines
762 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<handlers>
|
|
<add name="Python FastCGI" path="*" verb="*" modules="FastCgiModule" scriptProcessor="d:\anaconda3\python.exe|d:\anaconda3\lib\site-packages\wfastcgi.py" resourceType="Unspecified" requireAccess="Script" />
|
|
</handlers>
|
|
<httpErrors errorMode="Detailed" />
|
|
</system.webServer>
|
|
<appSettings>
|
|
<add key="WSGI_HANDLER" value="django.core.wsgi.get_wsgi_application()" />
|
|
<add key="PYTHONPATH" value="C:\Users\Shudong\Desktop\py-guet\guetproject_finally" />
|
|
<add key="DJANGO_SETTINGS_MODULE" value="guetproject.settings" />
|
|
</appSettings>
|
|
</configuration>
|
|
|