divanov11/django-portfolio-website

when debug is false the posts thumbnails stop working

Ahmed1262005 opened this issue · 1 comments

when i change debug to false all files in the static folder changes to 404

Afaik, media files have to be serve in a different way in production. I mean not locally.
The current settings allow to serve media files in a dev environment only.