I am currently working on a django app and need to deploy the css style sheets which I am struggling to deploy e.g base_site.css. I am currently depolying an 'index' url which works fine, though need to link the css sheet- My setup is as follows:
3) Style sheet contents example:
<link rel="stylesheet" type="text/css" href="Tom/base.css" />
Thanks for your help.