This might be a simple question, but I just thought I'd double check.
If I delete all of the objects in my django db that are linked to user uploaded media files, can I then manually delete everything in my media directory? I noticed when objects are deleted it does not delete the attached images, so since working on my project for months, there is a huge build up of images (most of which are duplicated). Is there a proper way to do this? Or will what I just described work?
On a side note, would switching to Amazon S3 be any better for these type of tasks?