Django: run a Unix command from with Django?
- by AP257
Sorry if this is a duplicate - couldn't find an answer by searching.
How can I run a Unix command from within a Django views file? I want to run a 'cp' command to copy a file that's just been uploaded.
Thanks in advance.