Recently I tried to migrate someone else’s django 1.7 application to my server. This is my first experience with Django app.
I managed to migrate the site, however I missed the media cache folder, so all uploaded images are 404.
How do I get the images in media cache folder? Or do I need to import those image files too?
Thank you