I have a script that I'm building an interface for so people can execute after uploading a CSV file. Is there a way to call a command using:
management.call_command()
But then stop the running script programatically? This would be if the script takes too long.
Any help is much appreciated.
Zee