[Django]-Django admin static files served under https

5👍

If you set:

AWS_S3_SECURE_URLS = False

in your settings.py then, all the URLS to your static files use http: instead of https:

👤Jose

1👍

Please set STATIC_URL = 'https://blbla.blabla.s3.amazonaws.com/ in settings.py

👤WBAR

Leave a comment