1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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.
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há 10 meses
- AWS OFICIALAtualizada há 6 meses
Yes. That was the issue! Thank you!