[Django]-Ignore_user_abort php simil in Django/python?

1👍

I guess you want to use something like this :
http://celeryproject.org/
Or simply execute script in separate thread like this:
subprocess.Popen([sys.executable, ‘/path/to/script.py’])

Leave a comment