[Answer]-Django on heroku serves static but HTML templates don't not use them.

1👍

You are requesting insecure resources(http) in a secure page(https), those resources are blocked by browsers.

You should use protocol-relative paths.

e.g.

<link href="//chiryaroti.s3.amazonaws.com/css/main.css" rel="stylesheet" />

Leave a comment