I'd like to call the staticfiles static
tag inside my view, or its equivalent. How can I do that?
What I've tried: nothing so far.
What I've found: a bunch of questions asking how to call a function inside a template, which is the exact opposite of what I want to do.