1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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.
Contenuto pertinente
- AWS UFFICIALEAggiornata 6 mesi fa
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 2 anni fa
Yes. That was the issue! Thank you!