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.
相關內容
- 已提問 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 6 個月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
Yes. That was the issue! Thank you!