python - Django - How to make reference to file in static files to a file in static files -


i want refer, let's say, image, or font in static files style.css file located within staticfiles. how make reference, since can't load staticfiles within staticfiles? staticfiles have specified path reach or there way me set path in order access it. other questions saw alike 1 more javascript files , found alternatives it, not viable in case since want perform on cascading style sheet.


Comments