I am using django(1.4) formwizard for my application. In step 1 I am uploading 2 files. These files are used in second step. Everything is working fine but this ---> "When I complete all steps OR I stop after step 1 I still have temporary files stored in MEDIA directory"
How can I ensure that these files are deleted in any of the cases?