Explain me please what this line doing:
<a href="{% url video.media.views.channel_browse slug=slug%}">Archie Channel</a>
Actually this:
{% url video.media.views.channel_browse slug=slug%}
I know that it give me URL, but what from, or how it is making this URL?
does this url depend from context? if it depend from context so which context - this where is this line or which gives channel_browse
function?