Many people might find it not a good solution to deploy Django web applications on IIS but sometimes we really need to do when we have only a windows server. In this post I will guide you step by step that how can we host a Django web application on IIS server. This tutorial is tested on windows 10 and windows server 2016. Step 1 – First Install python for all users on windows. Follow this – Install python in windows. Step 2 – Then Create a virtual environment for…
Read More