Question
Serving static files with digitalocean
I am using DigitalOcean to serve my static files for my website. I have used Django and Postgres for database. I deployed my site with a DigitalOcean droplet, uploaded my static files in the DigitalOcean Spaces (I verified that they are indeed there), and updated my settings.py code to update my database information. CDN is enabled and CORS is configured.
I tested the site using gunicorn (step 7 of tutorial), but my website is still simply html text with no css styling from my static files.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hi @fitax94500
Can you please send a link to your website so I can check it?