1 回答
- 最新
- 投票最多
- 评论最多
1
Hi Marcus,
It seems the issue is with your static files not being served correctly. The tutorial you reference explains how you set up an s3 bucket to store the static files and then configure Django to find the static files in the bucket.
Review the section S3 for File Storage and let me know if that fixed it!
If the answer is helpful, please click "Accept Answer" and upvote it.
相关内容
- AWS 官方已更新 7 个月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前
Yes. That was the issue! Thank you!