Run Django as Windows Service
- by user118657
I run Django on Windows Server 2k3 under Nginx using FastCGI.
Nginx is is running as Windows service and is easy to manage and autostart.
Nginx is running using WINSW tool.
I want to make the same for Django app and need to find a way to do it.