I have a simple model and the default admin in django. Everything works as expected and I can upload files. I've read the django docs regarding upload paths. My MEDIA URL and MEDIA ROOT are set and the uploading works. Lets say I login into the default admin, place an order with an uploaded jpg, the I go to edit the order and I see the current upload file.I have a simple model and the default admin in