我需要解释如何在Windows IIS服务器上部署Django应用程序。
下面是:tutorial
我有一个这样的项目:
[My_App]
--> [My_App_Venv]
--> [abcd]
|-> manage.py
|-> [abcd]
|-> settings.py
|-> [static]
|-> ...
<>>>[ example>>> 用于代表文件夹。
我需要了解我应如何建立我的国际空间法研究所网站:
What should be FastCGI Application settings
全面道路:
C:xxxxxMy_AppMy_App_VenvScriptspython.exe
要点:
C:xxxxxMy_AppMy_App_VenvLibsite-packageswfastcgi.py
www.un.org/Depts/DGACM/index_spanish.htm 环境变量:
1. DJANGO_SETTINGS_MODULE : abcd.settings (I think this is ok)
2. PYTHONPATH : C:xxxxxMy_App (I am not sure about this)
3. WSGI_HANDLER : abcd.wsgi.application (I think this is ok)
Create and Configure a New IIS Web Site
what should be the physical Path ?
C:xxxxxMy_App ?
C:xxxxxMy_Appabcd ?
C:xxxxxMy_Appabcdabcd ?
Configure the mapping module ## (which i assume is correct)
Request path: *
Module: FastCgiModule
Executable : C:xxxxxMy_AppMy_App_VenvScriptspython.exe|C:xxxxxMy_AppMy_App_VenvLibsite-packageswfastcgi.py
Name : Django Handler
产出
我希望有人能够帮助了解我正在做的错事,我可能会在某个地方使用错误的道路。
注:当我亲手行事时:
cd C:/xxxxx/My_App/My_App_Venv
.\scriptsActivate
cd..
cd abcd
python manage.py runserver
The website is well displayed on : http://127.0.0.1:8000/