I need to run a process that might take hours to complete from a Django view. I don\'t need to know the state or communicate with it but I need that view to redirect away ri
http://code.google.com/p/django-command-extensions/wiki/JobsScheduling
Is a nice library that that you can use to accomplish this task.