[Fixed]-Media files not bing displayed

1πŸ‘

βœ…

It’s not possible to store and serve user-uploaded media in this way on Heroku. Instead of storing media locally on disk you will need to store it on a backing service like Amazon S3. Have a look at the Django Storages package which provides storage backends for many different services.

πŸ‘€D. Evans

Leave a comment