[Answer]-Django protocol relative URLs when serving static files

1👍

Set STATIC_URL when using a subdomain to serve your static files to the protocol relative url like so STATIC_URL = '//s.cdn.example.com/'.

Leave a comment