项目作者: wangan
项目描述 :
Django Visual Studio Project Template with IIS support
高级语言: Python
项目地址: git://github.com/wangan/Django_IIS_Project_Template.git
Django_IIS_Project_Template
Django Visual Studio Project Template with IIS support
- First ensure you had install python & pip
- Install wfastcgi according to instruction described in An IIS-Python bridge based on WSGI and FastCGI
- Download Django_IIS_Project.zip
- Copy to %USERPROFILE%\Documents\Visual Studio 2017\Templates\ProjectTemplates\
- Open Visual Studio and create new project -> Python -> Django_IIS_Project
- Once success create you project , right click your project and select “Publish” command
- Select an directory for output application files or use default location “d:\Publish\xxx(your project name)
- Create an new iis site and select path to output directory
- Open your browser & location to you iis site address
Django 在 IIS 中运行的(Visual Studio)项目模板