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