python - Django + Amazon S3 not loading static files on production -
so have django site , trying have static files on s3, getting err_insecure_response
when site on production server. if click on link , take it, loads page.
i using django-storages
, on local machine works fine (my s3 credentials ok) when deploy production error.
do need have https enabled on site able serve static files through s3??
what should do?
thanks
i think problem related bucket policies. not sure tried many different things bet that's 1 made work.
python django amazon-web-services amazon-s3 django-staticfiles
No comments:
Post a Comment