Staticfiles Django Google Cloud Appengine

0

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.

    
asked by anonymous 31.10.2018 / 22:52

0 answers