Django: Static files in subdirectory

PaummaTececon

New Member
I have static files like so\[code\]/static base.css /core /css style.css /js stuff.js\[/code\]on localhost this works fine when i set href to /static/core/css/style.css for exampleHowever when i deploy live i get an error when I try to visit that URL as Django seems to be trying to match it to a url pattern.I really want to keep the subdirectories, how do i ensure that it treats all of them as static directories?Thanks!
 
Back
Top