Run Django as Windows Service
Posted
by user118657
on Stack Overflow
See other posts from Stack Overflow
or by user118657
Published on 2010-04-01T14:29:25Z
Indexed on
2010/04/01
14:33 UTC
Read the original article
Hit count: 288
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.
© Stack Overflow or respective owner