how can I put a process in background using django ?

Posted by shahjapan on Stack Overflow See other posts from Stack Overflow or by shahjapan
Published on 2010-05-20T09:52:30Z Indexed on 2010/05/20 16:40 UTC
Read the original article Hit count: 271

Filed under:
|
|
|

I tried os.system, os.spwanl, etc.. but it doesn't work well

I need to execute some background process from django application.

© Stack Overflow or respective owner

Related posts about process

Related posts about python