I'm sure I'm missing something basic here, but I've spent hours trying to wrap my head around this. I'm very new to Django, so please forgive me:
How do I call a method from a template?
Specifically, i would like to load a page that autoplays and element, then have it load / play another one with a different file. (Chosen via a python script.)
Do I need to define this as a custom tag? What concept am I missing here?
Thanks so much everyone! Loren