I'm studying the Google Cloud infrastructure a bit and am experiencing a problem with Django's static files in production.
Everything is working normally when I leave DEBUG = True
. When I put DEBUG = False
and do deploy, it does not find the path of the files.
I followed this step-by-step tutorial: link
I've done collectstatic
normally.