1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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.
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 6 Monaten
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 10 Monaten
- AWS OFFICIALAktualisiert vor 2 Jahren
Yes. That was the issue! Thank you!