Hi, I’m using digital ocean spaces to render my static and media files with django When I load django admin, the css and javascript does not load because of the extra data there.
how do I bring out the name without the AWSAccessKeyId and the signature and expires?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I thinkt hat you might have to define the
AWS_DEFAULT_ACL
to be'public-read'
.https://www.digitalocean.com/community/tutorials/how-to-set-up-object-storage-with-django
Best,
Bobby