Relative Content

Tag Archive for pythondjangoamazon-s3hostingweb-hosting

Django hosted on Render – Media Files/template vars

I’ve got a Django app that stores its static and media files in an AWS S3 bucket. Retrieval, usage and storage of these files work fine locally. The issue is, when accessing through the live site hosted on Render, if I try to upload and display an image the web app errors and times out. I don’t usually host my projects, so this might be something totally silly. I’d assumed that since the files are stored in S3, it would still be accessible the same? Perhaps I need to make some adjustments in Render?